nimble-host

Crates.ionimble-host
lib.rsnimble-host
version0.0.17-dev
sourcesrc
created_at2024-02-07 21:21:42.693595
updated_at2024-10-24 10:27:48.689008
descriptionNimble Host
homepage
repositoryhttps://github.com/nimble-rust/nimble
max_upload_size
id1131011
size19,939
Peter Bjorklund (piot)

documentation

README

🚀 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.17-dev"

License

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

Commit count: 151

cargo fmt