machinalis / telegraphy

Telegraphy provides real time events for WSGI Python applications
202 stars 15 forks source link

Generalize event transport #10

Open D3f0 opened 10 years ago

D3f0 commented 10 years ago

Transport are fiexd to XMLRPC in current version. It should be possible to use different implementations such as ZMQ or Redis.

Current Telegraphy implementation relies on Twisted so transport technologies must be implemented in both (async) twisted and (sync) python fashion.

D3f0 commented 9 years ago

XMLRPC is slow. As we're moving to crossbar, we'll use HTTP Pusher

D3f0 commented 9 years ago

Configuration template Inspiration taken from http://crossbar.io/docs/Adding-Real-Time-to-Django-Applications/