QuickLink 1.0.0-alpha.5

This is a prerelease version of QuickLink.
dotnet add package QuickLink --version 1.0.0-alpha.5
NuGet\Install-Package QuickLink -Version 1.0.0-alpha.5
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="QuickLink" Version="1.0.0-alpha.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add QuickLink --version 1.0.0-alpha.5
#r "nuget: QuickLink, 1.0.0-alpha.5"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install QuickLink as a Cake Addin
#addin nuget:?package=QuickLink&version=1.0.0-alpha.5&prerelease

// Install QuickLink as a Cake Tool
#tool nuget:?package=QuickLink&version=1.0.0-alpha.5&prerelease

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.
Product Compatible and additional computed target framework versions.
.NET Framework net472 is compatible.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0-alpha.5 45 5/19/2024
1.0.0-alpha.4 47 5/18/2024
1.0.0-alpha.3 35 5/17/2024
1.0.0-alpha.2 53 5/15/2024
1.0.0-alpha.1 45 5/15/2024