a framework in golang for game server or app server.
a example server for einx (https://github.com/Cyinx/game_server_einx)
- User-Friendly
- Flexible
- Modularity
- High-Precision Timer Support
- Simple RPC
go get github.com/go-sql-driver/mysql
go get github.com/yuin/gopher-lua
go get github.com/Cyinx/einx
- Agent - Basic Interface
- Module - Service worker
- Network - Network Unit for Module.Implement of Component.
- Timer - Timer wheel.
- einx is licensed under the Apache License 2.0.