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

https://github.com/cwahn/ycs1008-01

YCS1008 01 WebSocket server
https://github.com/cwahn/ycs1008-01

Last synced: 12 months ago
JSON representation

YCS1008 01 WebSocket server

Awesome Lists containing this project

README

          

# YCS1008-01 WebSocket Server

http://arsvivendi.io/ycs1008

## Topology
Messages from each clients will be broadcasted to the other clients connected to the same server end point.

## Protocol
```
start: "start"
torque: "t"
pos: "p"
end: "stop"
```