Abstract MMO server written in Java.
Our short MVP:
- Implement a base set of MMO servers: auth-server, world-server, ai-server
- Provides a high available and ready to high load: scaling server applications
- Easy-to-write gameplay logic: all gameplay logic didn't interact directly with multithreading, atomic states and other complex entities.
- Works on classical ticks, automatic paralleling not crossed jobs in one tick.
There is a third generation of FinEx MMO servers.
- FinEx Server (third generation)
- KT Server (second generation, abandoned)
- WGP Server (first generation)
- Java 17+
- PostgreSQL 12+