Skip to content

Instantly share code, notes, and snippets.

@sudodoki
Last active August 29, 2015 14:20
Show Gist options
  • Save sudodoki/95c8ac50668b4e732a8f to your computer and use it in GitHub Desktop.
Save sudodoki/95c8ac50668b4e732a8f to your computer and use it in GitHub Desktop.
Protocols over websockets
@RReverser
Copy link

Bayeux (the one that is used by Gitter)

@listochkin
Copy link

Depending on what you're trying to achieve. Swagger gives you "REST over WebSockets", while, say WAMP or DDP give you RPC and PubSub.

@sudodoki
Copy link
Author

sudodoki commented May 4, 2015

@listochkin - just trying to get an idea of what most of the protocols do & figure out which one would be a most common denominator, given there's no clear winner at the moment. Maybe, do something simple & compare adoption/implementation in ecosystems I'm interested in (Ruby/JS based)

@blackrabbit99
Copy link

Look into http://faye.jcoglan.com/ based on Bayeux. There are ruby and js realization

@sudodoki
Copy link
Author

sudodoki commented May 4, 2015

@blackrabbit99 using that in couple of projects, really satisfied with it, yet want some more exploration of the space.

@5HT
Copy link

5HT commented May 4, 2015

where is N2O protocol ? http://5ht.co/n2o.htm

@sudodoki
Copy link
Author

sudodoki commented May 4, 2015

@5HT added to the list. Found roster, but didn't add it because it seemed to platform specific & seemed to have too little spec.

@arestov
Copy link

arestov commented May 7, 2015

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment