nathyong / web500

A web interface for playing the 500 card game.
0 stars 0 forks source link

Implement functions for messaging specific users #12

Closed nathyong closed 8 years ago

nathyong commented 8 years ago

The code has been sufficiently restructured such that the socket interface is unified for both games and chat, and a broadcast function has been added to the GameSocketHandler to send messages to individual users.