đ Nimble Host
Welcome to Nimble Host! đšī¸â¨ The core server-side component of the Nimble multiplayer framework, designed to manage game sessions, handle client connections, and ensure smooth communication between clients and the host.
⨠Features
- đ Connection Management: Easily create, manage, and destroy client connections.
- đ§ Host Logic Integration: Seamlessly integrates with
nimble_host_logicto handle game state and client commands. - đĻ Efficient Datagram Handling: Processes incoming and outgoing datagrams with support for chunking.
- đ Serialization: Robust serialization and deserialization of commands using
flood_rs. - đ Error Handling: Detailed error management to handle connection issues and other host-related errors.
đĻ Installation
Add nimble-host to your Cargo.toml:
[]
= "0.0.16"
License
This project is licensed under the MIT License - see the LICENSE file for details.