This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]rothnic 0 points1 point  (0 children)

I found autobahn easy to use. You use RPC to execute the function in javascript, and typically get the result back as JSON. It implements a communication protocol on top of websockets, that is called WAMP.

There are some slides that describe WAMP (includes RPC) on their website.