Quick Link
Overview
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.
Key Features
- 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.
Links
Installation
You can easily install this package from NuGet using the following methods:
Install-Package QuickLink
Getting Started
To get started with Quick Link, chek out the Getting Started guide, as well as the API Documentation