ReactiveSockets 0.2.6
dotnet add package ReactiveSockets --version 0.2.6
NuGet\Install-Package ReactiveSockets -Version 0.2.6
<PackageReference Include="ReactiveSockets" Version="0.2.6" />
paket add ReactiveSockets --version 0.2.6
#r "nuget: ReactiveSockets, 0.2.6"
// 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 | Versions 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. |
-
.NETFramework 4.0
- Rx-Main (>= 2.2.5)
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 |
|
Apocalypse.Sockets.Definitions
Определения бинарного протокола |
|
ReactiveProtobuf
Protobuf protocol implementation for ReactiveSockets. |
|
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,979 | 12/10/2014 |
0.2.5 | 1,390 | 12/10/2014 |
0.2.4 | 5,077 | 10/24/2013 |
0.2.3 | 1,277 | 10/16/2013 |
0.2.2 | 1,236 | 9/26/2013 |
0.2.1 | 1,532 | 5/2/2013 |
0.2.0 | 1,278 | 4/18/2013 |
0.1.4-rc | 1,106 | 4/17/2013 |
0.1.3 | 1,354 | 4/17/2013 |
0.1.2 | 1,277 | 4/17/2013 |
0.1.1-rc | 1,071 | 3/13/2013 |
0.1.0 | 1,335 | 3/13/2013 |