SocketIO4Net.Client
0.6.26
SocketIO4Net.Client is a C# websocket client for the very popular Socket.IO project by Guillermo Rauch. It leverages the WebSocket4Net client and SuperWebSocket library by Kerry Jiang as the underlying websocket provider.
SocketIO4Net.Client can interact with Socket.IO instances in a very similar manner as Socket.IO JavaScript clients. This project aims to fill the JavaScript client and C# client gap for Socket.IO, and retain a very similar application experience.
Install-Package SocketIO4Net.Client -Version 0.6.26
dotnet add package SocketIO4Net.Client --version 0.6.26
<PackageReference Include="SocketIO4Net.Client" Version="0.6.26" />
paket add SocketIO4Net.Client --version 0.6.26
Release Notes
This version only works with the Socket.IO 'websocket' transport layer.
It is compatible with websocket drafts:
Hybi-10, RFC6455
Dependencies
-
- newtonsoft.json (>= 4.0.8)
Used By
NuGet packages (2)
Showing the top 2 NuGet packages that depend on SocketIO4Net.Client:
Package | Downloads |
---|---|
SuperDevUtilities
SuperDev Utilities
|
|
AutoFillForm
Website form auto filler, after some time, all passed field are filled and form is submitted. .Net Framework Version
|
GitHub repositories
This package is not used by any popular GitHub repositories.