Hacker News new | past | comments | ask | show | jobs | submit login

One of the good Twisted WebSocket libraries is called txWS: https://github.com/MostAwesomeDude/txWS

It wraps an existing TCP factory, and makes it work with WebSocket.

The entire API is a single function.




Excellent. I wanted to write a twisted implementation. care to take a crack at it and submitting a pull request?


Should I have time, I'll think about it.


I can implement the server. Is there anything I should know about tuning Twisted for this kind of benchmark?


If you haven't yet, hit up #twisted on freenode for any tips you need. Lots of heavy hitters there who are happy to help.


I don't know much about tuning Twisted, sorry, but maybe experiment with different reactors, like the libevent one?




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: