TheQwizTeam / qwiz

The Qwiz Engine
MIT License
3 stars 2 forks source link

Handle new contestant WebSocket messages #64

Open christopherkane opened 6 years ago

christopherkane commented 6 years ago

A WebSocket message is received when a client wishes to become a contestant within a room.

this endpoint is currently stubbed, fill in logic.

christopherkane commented 6 years ago

Sample message

{
  "command": "new_contestant",
  "room_code": "123ab",
  "contestant_name": "Joe Bloggs"
}