WebsocketsSimple provides an easy-to-use and customizable Websocket Server and Websocket Client. The server is created using a TcpListener and upgrades a successful connection to a WebSocket. The server and client can be used for non-SSL or SSL connections and authentication (including client and server SSL certification validation) is provided for identifying the clients connected to your server. Both client and server are created in .NET Standard and use async await functionality.
Stars
23
Forks
2
Watchers
23
Open Issues
3
Overall repository health assessment
No package.json found
This might not be a Node.js project
180
commits
4
commits
Merge pull request #9 from jgoyvaerts/fixIncorrectHeaderParsing
6ab8298View on GitHubInitialize HTTP Headers dictionary as OrdinalIgnoreCase
1dbb88aView on GitHubFix Sec-WebSocket-* headers not being parsed correctly when lowercase
c1e70fcView on GitHub