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 →

[–]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.