https://github.com/periapsises/quicklink
Small library for Client, Host and Server communication
https://github.com/periapsises/quicklink
dll dotnet library
Last synced: about 2 months ago
JSON representation
Small library for Client, Host and Server communication
- Host: GitHub
- URL: https://github.com/periapsises/quicklink
- Owner: periapsises
- License: gpl-3.0
- Created: 2024-05-11T17:51:02.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-07T20:02:05.000Z (about 2 years ago)
- Last Synced: 2025-08-09T05:36:51.401Z (11 months ago)
- Topics: dll, dotnet, library
- Language: C#
- Homepage: https://quicklink.pages.dev/
- Size: 103 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Quick Link
[](https://www.nuget.org/packages/QuickLink/)
[](https://github.com/Periapsises/QuickLink/actions/workflows/publish.yml)
[](https://github.com/Periapsises/QuickLink)
[](https://github.com/Periapsises/QuickLink/issues)
[](https://github.com/Periapsises/QuickLink/blob/main/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
- [NuGet](https://www.nuget.org/packages/QuickLink)
- [GitHub](https://github.com/Periapsises/QuickLink)
- [Docs](https://quicklink.pages.dev/)