macroquad_server_handler 0.1.0

A lightweight multiplayer server handler for Macroquad. Built by me โ€” feedback and improvement tips are always welcome!
Documentation

๐Ÿง  Macroquad Server Handler

A lightweight multiplayer server handler built for Macroquad.
This crate provides simple and efficient tools to handle multiplayer servers for Macroquad-based games.


๐Ÿš€ Features

  • ๐Ÿ”Œ Easy server setup and client handling
  • ๐Ÿงต Supports multiple connections with minimal boilerplate
  • โšก Fast message handling using async channels
  • ๐Ÿ•น๏ธ Designed specifically for Macroquad multiplayer games
  • ๐Ÿงฑ Built for simplicity and expansion