telegraphy icon indicating copy to clipboard operation
telegraphy copied to clipboard

Generalize event transport

Open D3f0 opened this issue 11 years ago • 2 comments

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 avatar Dec 27 '13 19:12 D3f0

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

D3f0 avatar Feb 18 '15 13:02 D3f0

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

D3f0 avatar Feb 18 '15 14:02 D3f0