nimble-host 0.0.16

Nimble Host
Documentation

🚀 Nimble Host

Crates.io Documentation

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_logic to 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:

[dependencies]
nimble-host = "0.0.16"

License

This project is licensed under the MIT License - see the LICENSE file for details.