Quick Link is a lightweight library designed to facilitate seamless communication between clients and servers.
It provides intuitive classes such as Client
, Server
and Host
as well as a straightforward messaging system.
- Client : Manages an individual's connection and communication with a server.
- Server : Manages incoming client connections and coordinates interactions.
- Host : A client class that creates and hosts a local server.
- Messaging : A simple messaging system that allows clients to send and receive messages from the server.