telegraphy
telegraphy copied to clipboard
Generalize event transport
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.
XMLRPC is slow. As we're moving to crossbar, we'll use HTTP Pusher
Configuration template Inspiration taken from http://crossbar.io/docs/Adding-Real-Time-to-Django-Applications/