IOCore
The most efficient and secure IO game framework in existence
Project maintained by AJS-development
Hosted on GitHub Pages — Theme by mattgraham
IOCore
A super efficient IO game engine written in JavaScript. It is the most efficient and secure IO game engine for NodeJS today.
Features
- Multi-threading/servers - Multiple servers can be opened within one machine, each running on a different thread
- Secure Protocols - Secure binary protocols are randomly generated on server startup. Prevents hackers from interfacing with your game.
- Interpolation - Utilizes two optimized and scalable interpolation systems to make sure that all movement is smooth
- Optimised collision detection - Uses HashBounds to collide objects.
- Lag prevention
IOCore is heavily optimised. Heres an example:
With one player + 2900 objects
With one player + 2900 objects + 1000 bots