https://github.com/samboycoding/websocketdotnet
Very backwards-compatible websocket library for .NET
https://github.com/samboycoding/websocketdotnet
dotnet dotnet-framework dotnet-standard websocket websocket-client
Last synced: 3 months ago
JSON representation
Very backwards-compatible websocket library for .NET
- Host: GitHub
- URL: https://github.com/samboycoding/websocketdotnet
- Owner: SamboyCoding
- License: mit
- Created: 2022-07-13T21:05:44.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-09-05T18:14:10.000Z (almost 3 years ago)
- Last Synced: 2025-03-17T04:43:13.719Z (3 months ago)
- Topics: dotnet, dotnet-framework, dotnet-standard, websocket, websocket-client
- Language: C#
- Homepage:
- Size: 117 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# WebSocketDotNet
A slightly work-in-progress websocket client library for C# which isn't limited to either old or new .NET versions like similar libraries.
Supports .NET Framework 3.5 through (and beyond) .NET 6.
Available on [my nuget repo](https://nuget.samboy.dev/packages/websocketdotnet/) for bleeding-edge stuff - add `https://nuget.samboy.dev/v3/index.json` as a package source.
Also available on nuget [here](https://www.nuget.org/packages/WebSocketDotNet/)