python - Imperative client for autobahn WAMP server? -


i'm using autobahn run websocket server complement django app. sometimes, need send messages django websocket server, works fine using websocket-client module. love use wamp protocol instead because rpc/pubsub api looks great, python client code implemented twisted protocol, , can't figure out how use imperatively, i.e. function call , not foreign event loop. there i'm not seeing in docs, or should architecture different?

https://github.com/itamarst/crochet might out this.


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -