StellaSockets 0.1.2
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package StellaSockets --version 0.1.2
NuGet\Install-Package StellaSockets -Version 0.1.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="StellaSockets" Version="0.1.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add StellaSockets --version 0.1.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: StellaSockets, 0.1.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.
// Install StellaSockets as a Cake Addin #addin nuget:?package=StellaSockets&version=0.1.2 // Install StellaSockets as a Cake Tool #tool nuget:?package=StellaSockets&version=0.1.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
StellaSocket: A C# Library for Scalable Messaging
StellaSocket is a C# library that simplifies the use of NNG (Nanomsg Next Gen), a high-performance messaging library. It provides a user-friendly interface to create various types of sockets for different messaging patterns, enabling efficient communication between applications.
Features
- Socket Creation: Easily create sockets of various types: Pair, Pull, Push, Request, Response
- Connection and Binding: Connect to remote addresses as a client or bind to local addresses as a server.
- Send and Receive: Send and receive string messages effortlessly.
- Memory Management: Automatic freeing of received messages to avoid memory leaks.
- Error Handling: Provides exceptions for invalid socket types.
Dependencies
This application utilizes
- NNG (Nanomsg-Next-Generation)
- Stella Testing
- Stella Messaging
All are licensed under the MIT License and a copy of the license can be found in the LICENSE file included with this distribution.
Product | Versions 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net8.0
- StellaTesting (>= 1.0.2)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Improving Documentation