wip
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user