This commit is contained in:
2022-05-08 00:40:11 +04:00
parent 02160f8b33
commit 6d60df5c01
19 changed files with 462 additions and 265 deletions
+41 -7
View File
@@ -2,12 +2,46 @@
<img src="Images/logo.png" width="200" >
</p>
Ragon - high perfomance room based game server with plugin based architecture.
## Ragon Server
Features:
- Room base architecture
- Efficient memory management
- Flexible plugin system
- No CCU limitations
- Fully multithreaded
Ragon is fully free high perfomance room based game server with plugin based architecture.
<a href="">Documentation</a>
<br>
<a href="">Get started</a>
### Features:
- Free
- Flexiable API
- Support client authoritative
- Support server authoritative
- Room based architecture
- Extendable room logic via plugin
- Custom authorization
- No CCU limitations*
- Extentable rooms with plugin system
- Fully multi-threaded
- Engine agnostic
- Support any client architecture (OOP, ECS)
- UDP
### Roadmap:
- Use native memory
- Reduce allocations
- Dashboard for monitoring entities and players in realtime
- Statistics for monitoring state of server, cpu, memory
- Docker support
- Add additional API to plugin system
### Dependencies
* ENet-Sharp
* NetStack
* RingBuffer-Unity3D
### License
### Tips
* Limited to 4095 CCU by library ENet-Sharp