Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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?

share|improve this question
I have forward the wish for a Ruby WAMP to the Autobahn/WAMP mailing lists / Twitter accounts. Yes, it would be nice to have WAMP Ruby. And yes, having RPC and PubSub in one WebSocket-based subprotocol is the distinct advantage of WAMP. I'd be very interested if there is another protocol providing that. Disclaimer: I am author of WAMP/Autobahn and work for Tavendo. – oberstet Aug 22 '12 at 16:15

closed as not constructive by George Stocker Mar 8 at 14:07

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

Browse other questions tagged or ask your own question.