Top "Twisted" questions

Twisted is an event-driven networking engine, written in Python and implementing many different protocols.

Twisted and Websockets: Beyond Echo

In my ongoing curiosity about websockets, I'm noticing a trend: The "hello world" of the websocket universe, at least at …

python twisted comet websocket twisted.web
Running a function periodically in twisted protocol

I am looking for a way to periodically send some data over all clients connected to a TCP port. I …

python tcp twisted protocols
Stopping Twisted from swallowing exceptions

Is there a way to stop Twisted reactor from automatically swallowing exceptions (eg. NameError)? I just want it to stop …

python twisted