ReactiveSockets 0.2.6

dotnet add package ReactiveSockets --version 0.2.6
NuGet\Install-Package ReactiveSockets -Version 0.2.6
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="ReactiveSockets" Version="0.2.6" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ReactiveSockets --version 0.2.6
#r "nuget: ReactiveSockets, 0.2.6"
#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 ReactiveSockets as a Cake Addin
#addin nuget:?package=ReactiveSockets&version=0.2.6

// Install ReactiveSockets as a Cake Tool
#tool nuget:?package=ReactiveSockets&version=0.2.6

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())

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.0

NuGet packages (7)

Showing the top 5 NuGet packages that depend on ReactiveSockets:

Package Downloads
JsTestAdapter

Base library to create Visual Studio test explorer adapters for javascript

ReactiveProtobuf

Protobuf protocol implementation for ReactiveSockets.

Apocalypse.Sockets.Definitions

Определения бинарного протокола

Apocalypse.Sockets.Client

Клиент бинарного протокола

Apocalypse.Sockets.Listener

Сервер бинарного протокола

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on ReactiveSockets:

Repository Stars
nefarius/ScpToolkit
Windows Driver and XInput Wrapper for Sony DualShock 3/4 Controllers
Version Downloads Last updated
0.2.6 8,330 12/10/2014
0.2.5 1,359 12/10/2014
0.2.4 4,870 10/24/2013
0.2.3 1,242 10/16/2013
0.2.2 1,202 9/26/2013
0.2.1 1,498 5/2/2013
0.2.0 1,249 4/18/2013
0.1.4-rc 1,078 4/17/2013
0.1.3 1,323 4/17/2013
0.1.2 1,244 4/17/2013
0.1.1-rc 1,042 3/13/2013
0.1.0 1,303 3/13/2013