Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tpeczek/demo.aspnetcore.websockets
Sample project for demonstrating low-level WebSocket protocol aspects in ASP.NET Core
https://github.com/tpeczek/demo.aspnetcore.websockets
asp-net-core websocket
Last synced: 13 days ago
JSON representation
Sample project for demonstrating low-level WebSocket protocol aspects in ASP.NET Core
- Host: GitHub
- URL: https://github.com/tpeczek/demo.aspnetcore.websockets
- Owner: tpeczek
- License: mit
- Created: 2017-06-22T19:39:37.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2025-01-10T12:48:33.000Z (29 days ago)
- Last Synced: 2025-01-10T13:44:28.986Z (28 days ago)
- Topics: asp-net-core, websocket
- Language: C#
- Homepage:
- Size: 41 KB
- Stars: 50
- Watchers: 8
- Forks: 16
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# Demo.AspNetCore.WebSockets
Sample project for demonstrating low-level WebSocket protocol aspects in ASP.NET Core:
- [Lifetime & Prematurely closed connections](https://www.tpeczek.com/2018/02/back-to-websockets-fundamentals-in.html)
- [Subprotocol negotiation](https://www.tpeczek.com/2017/06/websocket-subprotocol-negotiation-in.html)
- [Cross-Site WebSocket Hijacking protection](https://www.tpeczek.com/2017/07/preventing-cross-site-websocket.html)
- [Per-message compression](https://www.tpeczek.com/2021/09/websocket-per-message-compression-in.html)## Donating
My blog and open source projects are result of my passion for software development, but they require a fair amount of my personal time. If you got value from any of the content I create, then I would appreciate your support by [sponsoring me](https://github.com/sponsors/tpeczek) (either monthly or one-time).
## Copyright and License
Copyright © 2017 - 2025 Tomasz Pęczek
Licensed under the [MIT License](https://github.com/tpeczek/Demo.AspNetCore.WebSockets/blob/master/LICENSE.md)