TheBlackfish / SweepElite

HTML5 game where multiple players are playing Minesweeper together. Only one game is active at a time
0 stars 0 forks source link

Look into a better system of updating. NodeJS? #75

Closed TheBlackfish closed 8 years ago

TheBlackfish commented 8 years ago

NodeJS is too much work to set up for right now, but long-polling, SSEs, and web sockets all have terrible drawbacks.

Postponing.

TheBlackfish commented 8 years ago

Websocket functionality added as of commit #98.