Page 1 of 1

ideas:multiplayer using nodejs server

PostPosted: 31 Jan 2018, 06:32
by annopnod
multiplayer using nodejs server communication and game processing

Re: ideas:multiplayer using nodejs server

PostPosted: 31 Jan 2018, 13:22
by MTres19
The server is already being implemented in C++ using enet. TCP has too much overhead for a realtime game and Nodejs would be a waste of precious server resources because the server may need to do physics validation too.