Skip to content
This repository has been archived by the owner on Sep 14, 2021. It is now read-only.

Latest commit

 

History

History
39 lines (21 loc) · 1.84 KB

File metadata and controls

39 lines (21 loc) · 1.84 KB

Lib.AspNetCore.WebSocketsCompression [Archived]


This project has been archived as there is built-in WebSocket compression coming in ASP.NET Core 6. You can read more here.


Lib.AspNetCore.WebSocketsCompression is a library which provides a managed implementation of the WebSocket protocol, along with server integration components and support for permessage-deflate compression.

Getting Started

Lib.AspNetCore.WebSocketsCompression is available on NuGet.

PM>  Install-Package Lib.AspNetCore.WebSocketsCompression

Documentation

There is a blog post available describing implementation details and usage basics:

Demos

The demo project is available here.

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 buying me a coffee.

Copyright and License

Copyright © 2017 - 2021 Tomasz Pęczek

Licensed under the MIT License