Gwion101 / Agar.io-Lite

My own interpretation of the popular multiplayer game Agar.io using NodeJS
MIT License
0 stars 0 forks source link

Network #2

Open l3mpik opened 7 years ago

l3mpik commented 7 years ago

Network over socket.io for multiplayer games is bad idea ;/ Use clear Html5 WebSocket ;) btw. Nice work! ;)

Gwion101 commented 7 years ago

Yes, I noticed there seems to be a lot of people arguing the case of WebSocket over Socket.io. I personally went with socket.io as I've had more experience with that module. I've mostly used Socket.io for work involving embedded systems so I used it here also. I am considering possibly refactoring the project and trying WebSockets at some point.