StellaSockets 0.1.1
See the version list below for details.
dotnet add package StellaSockets --version 0.1.1
NuGet\Install-Package StellaSockets -Version 0.1.1
<PackageReference Include="StellaSockets" Version="0.1.1" />
paket add StellaSockets --version 0.1.1
#r "nuget: StellaSockets, 0.1.1"
// Install StellaSockets as a Cake Addin #addin nuget:?package=StellaSockets&version=0.1.1 // Install StellaSockets as a Cake Tool #tool nuget:?package=StellaSockets&version=0.1.1
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. net9.0 was computed. 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. |
-
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.
Updating Readme to show what sockets actual work, improving class documentation