StellaSockets 0.1.4

There is a newer version of this package available.
See the version list below for details.
dotnet add package StellaSockets --version 0.1.4                
NuGet\Install-Package StellaSockets -Version 0.1.4                
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.4" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add StellaSockets --version 0.1.4                
#r "nuget: StellaSockets, 0.1.4"                
#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.4

// Install StellaSockets as a Cake Tool
#tool nuget:?package=StellaSockets&version=0.1.4                

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 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.

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
0.2.0 56 8/2/2024
0.1.5 60 7/31/2024
0.1.4 58 7/31/2024
0.1.3 56 7/31/2024
0.1.2 58 7/30/2024
0.1.1 55 7/30/2024
0.1.0 55 7/30/2024

Bugfixing