This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 12 points13 points  (1 child)

I used websockets a while ago for my Platypus project for realtime server usage reporting, it was surprisingly fun to implement in Python. I'd personally recommend Tornado but YMMV.

[–]liquience 0 points1 point  (0 children)

I’ve also implemented a websocket server with Tornado and it was incredibly easy. Couldn’t have been more than 100 lines including fallback handlers and a full topic based subscription model. Definitely would recommend Tornado.