Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/elcuervo/mission_control
- Owner: elcuervo
- Created: 2013-05-13T09:20:09.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-05-13T09:20:20.000Z (over 11 years ago)
- Last Synced: 2024-11-28T23:28:27.317Z (about 1 month ago)
- Language: Ruby
- Homepage:
- Size: 102 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```