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
Post a Comment