5 ms·
Can you describe server side technology? How many servers are there? How many players do you handle per server?
by Roby65 11y ago
Can you describe server side technology?
How many servers are there?
How many players do you handle per server?
- Matheus28 11y agoThe server is written in C++ with libuv to abstract networking (since I test it on windows but the servers run on linux). See my reply to madeofpalk for the other 2 answers.
- Roby65 11y agoWhy the decision to use C++ instead of NodeJS?
- tomsmeding 11y agoProbably speed.
- Matheus28 11y agoThe main limitation on a server capacity is CPU