Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.49 KB

README.md

File metadata and controls

27 lines (19 loc) · 1.49 KB

Quick Link

NuGet Version GitHub Actions Workflow Status GitHub last commit (branch) GitHub Issues or Pull Requests GitHub License


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