All Projects → maxogden → Cat Lobby

maxogden / Cat Lobby

simple http+sse based lobby server with cat themed room names

Programming Languages

javascript
184084 projects - #8 most used programming language

cat-lobby

simple http+sse based lobby server with cat themed room names

![RUN Cat-Lobby ON OpenShift](http://launch-shifter.rhcloud.com/launch/RUN Cat-Lobby ON.svg)

install + run

npm install cat-lobby -g
cat-lobby

HTTP API

POST /

creates a new lobby. receives response {name: new lobby name}

POST /ping/:name

POST /pong/:name

POST JSON to either the ping or pong channel. upload must be JSON and will be streamed out to anyone listening to pings/pongs. no response body

GET /pings/:name

GET /pongs/:name

listen to pings or pongs using Server-Sent Events

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].