An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Quick Link

[![NuGet Version](https://img.shields.io/nuget/vpre/QuickLink)](https://www.nuget.org/packages/QuickLink/)
[![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/Periapsises/QuickLink/publish.yml?)](https://github.com/Periapsises/QuickLink/actions/workflows/publish.yml)
[![GitHub last commit (branch)](https://img.shields.io/github/last-commit/Periapsises/QuickLink/main)](https://github.com/Periapsises/QuickLink)
[![GitHub Issues or Pull Requests](https://img.shields.io/github/issues/Periapsises/QuickLink)](https://github.com/Periapsises/QuickLink/issues)
[![GitHub License](https://img.shields.io/github/license/Periapsises/QuickLink)](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/)