Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/elcuervo/mission_control

Experimental stupid websocket server
https://github.com/elcuervo/mission_control

Last synced: about 1 month ago
JSON representation

Experimental stupid websocket server

Awesome Lists containing this project

README

        

# Mission Control

Completely stupid websocket server.

Ok, here is the thing. Most of the times you just need send a message to any
other peer connected to a given channel but not to the one who originated it.

So that's what Mission Control does. No user identification (beyond knowing to
which channel are connected), no plain HTTP interface (just WS).

Useful for signaling. Created to be used with Anchorman

```bash
ruby app.rb -c config.rb
```