olegkord / durak

A two player card game
0 stars 0 forks source link

If multiple games are going on at the same time, there will be MADNESS with sockets #17

Open olegkord opened 8 years ago

olegkord commented 8 years ago

Socket events to server will be tagged with the user (or game?!?) MongoDB ID. Socket replies will be tagged with the MongoDB id (or game?!?). Front-end JS files need to be updated to support this.