Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)