Dignus.Sockets 1.4.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package Dignus.Sockets --version 1.4.2
                    
NuGet\Install-Package Dignus.Sockets -Version 1.4.2
                    
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="Dignus.Sockets" Version="1.4.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Dignus.Sockets" Version="1.4.2" />
                    
Directory.Packages.props
<PackageReference Include="Dignus.Sockets" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Dignus.Sockets --version 1.4.2
                    
#r "nuget: Dignus.Sockets, 1.4.2"
                    
#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.
#:package Dignus.Sockets@1.4.2
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Dignus.Sockets&version=1.4.2
                    
Install as a Cake Addin
#tool nuget:?package=Dignus.Sockets&version=1.4.2
                    
Install as a Cake Tool

Dignus.Sockets

High-performance, event-driven async socket framework focused on throughput, zero-copy I/O, and GC-free execution.
Built for scalable real-time servers with modular, allocation-free design.


Full Documentation

You can find the complete guide and examples here:
https://github.com/EomTaeWook/Dignus-Public/blob/main/publish/Dignus.Sockets.md


Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Framework net48 is compatible.  net481 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.8

  • .NETFramework 4.8.1

  • net10.0

  • net8.0

  • net9.0

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Dignus.Sockets:

Package Downloads
Dignus.ActorServer

Actor-based server framework built on top of Dignus and Dignus.Sockets for scalable message-driven network servers.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.0.2 81 4/29/2026
2.0.1 138 4/23/2026
2.0.0 171 4/16/2026
2.0.0-preview.5 47 4/11/2026
2.0.0-preview.4 53 4/9/2026
2.0.0-preview.3 69 3/30/2026
2.0.0-preview.2 59 3/23/2026
2.0.0-preview.1 48 3/22/2026
1.6.1 286 3/15/2026
1.6.0 110 3/14/2026
1.5.2 239 3/8/2026
1.5.1 111 3/2/2026
1.5.0 102 2/28/2026
1.4.2 101 2/24/2026
1.4.1 99 2/21/2026
1.4.0 98 2/21/2026
1.3.0 100 2/21/2026
1.2.2 108 2/15/2026
1.2.1 108 2/14/2026
1.2.0 107 2/7/2026
Loading failed