I'm looking for a WebSocket subprotocol with RPC and pub-sub support that has a Ruby server library and a JS client library (for browser execution).
WAMP would fit the bill perfectly, and Autobahn (a WAMP implementation) looks great, but unfortunately there is only a Python server library. While I can use Python, I'd prefer to use Ruby if possible and I'm wondering if perhaps there's some other option I'm missing. (I could also implement WAMP with Ruby, since the specification is open, but I'd prefer not to have to spend time doing that.)
Are there any options here?