Skip to main content
ReactiveSockets package icon

ReactiveSockets

Implementing socket-based prototols in .NET has never been easier. Example: from header in socket.Receiver.Buffer(4) let length = BitConverter.ToInt32(header.ToArray(), 0) let body = socket.Receiver.Take(length) select Encoding.UTF8.GetString(body.ToEnumerable().ToArray())

Total Downloads
36.9K
36,902
Published
Apr 18, 2013
Latest stable version

Install

.NET CLI
dotnet add package ReactiveSockets --version 0.2.0
Package Manager Console
Install-Package ReactiveSockets -Version 0.2.0
PackageReference
<PackageReference Include="ReactiveSockets" Version="0.2.0" />

Frameworks

.NETFramework4.0

Dependencies

Rx-Main
.NETFramework4.0
[2.1.30214, )

Adoption guide

Assess this package against its supported frameworks, license, maintenance signals and dependency graph before making it a project standard.

No SPDX license expression is published. Review the license text and your organisation's policy before redistribution.

Compatibility metadata lists 1 target framework; confirm the exact target used by your application.

How to read this guidance

Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.

Useful next steps

Move from package metadata to a concrete selection or review workflow.