All Projects → tpeczek → Lib.AspNetCore.WebSocketsCompression

tpeczek / Lib.AspNetCore.WebSocketsCompression

Licence: MIT license
[Archived] 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.

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to Lib.AspNetCore.WebSocketsCompression

Smidge
A lightweight runtime CSS/JavaScript file minification, combination, compression & management library for ASP.Net Core
Stars: ✭ 267 (+1060.87%)
Mutual labels:  compression, asp-net-core
ZstdKit
An Objective-C and Swift library for Zstd (Zstandard) compression and decompression.
Stars: ✭ 22 (-4.35%)
Mutual labels:  compression
OnionArchitecture
The onion architecture, introduced by Jeffrey Palermo, overcomes the issues of the layered architecture with great ease. With Onion Architecture, the game-changer is that the Domain Layer (Entities and Validation Rules that are common to the business case ) is at the Core of the Entire Application. This means higher flexibility and lesser coupli…
Stars: ✭ 314 (+1265.22%)
Mutual labels:  asp-net-core
XLocalizer
Localizer package for Asp.Net Core web applications, powered by online translation and auto resource creating.
Stars: ✭ 103 (+347.83%)
Mutual labels:  asp-net-core
dsp
DSP and filtering library
Stars: ✭ 36 (+56.52%)
Mutual labels:  compression
NodaTimePicker
A Date/Time picker component library for Blazor using NodaTime
Stars: ✭ 49 (+113.04%)
Mutual labels:  asp-net-core
JOpenCTM
Java implementation of the openCTM Mesh compression file format
Stars: ✭ 13 (-43.48%)
Mutual labels:  compression
eShopOnWeb
Sample ASP.NET Core 6.0 reference application, powered by Microsoft, demonstrating a layered application architecture with monolithic deployment model. Download the eBook PDF from docs folder.
Stars: ✭ 8,250 (+35769.57%)
Mutual labels:  asp-net-core
ms-identity-javascript-angular-spa-aspnetcore-webapi
An Angular single-page application that authenticates users with Azure AD and calls a protected ASP.NET Core web API using MSAL Angular
Stars: ✭ 72 (+213.04%)
Mutual labels:  asp-net-core
.NET-Core-Learning-Journey
Some of the projects i made when starting to learn .NET Core
Stars: ✭ 37 (+60.87%)
Mutual labels:  asp-net-core
mem usage ui
Measuring and graphing memory usage of local processes
Stars: ✭ 124 (+439.13%)
Mutual labels:  websocket-server
sqlite3-compression-encryption-vfs
Compression and Encryption Virtual File System for SQLite 3.
Stars: ✭ 88 (+282.61%)
Mutual labels:  compression
gzipped
Replacement for golang http.FileServer which supports precompressed static assets.
Stars: ✭ 86 (+273.91%)
Mutual labels:  compression
Server
The whir.io chat server.
Stars: ✭ 15 (-34.78%)
Mutual labels:  websocket-server
Blazor-CRUD-With-CloudFirestore
Single Page Application (SPA) using Blazor with the help of Google Cloud Firestore as Database provider
Stars: ✭ 34 (+47.83%)
Mutual labels:  asp-net-core
squidex-samples
Samples for Squidex
Stars: ✭ 47 (+104.35%)
Mutual labels:  asp-net-core
DNTScheduler.Core
DNTScheduler.Core is a lightweight ASP.NET Core's background tasks runner and scheduler
Stars: ✭ 44 (+91.3%)
Mutual labels:  asp-net-core
AspNetCoreImageResizingService
ASP.NET Core sample image resizing service
Stars: ✭ 21 (-8.7%)
Mutual labels:  asp-net-core
compbench
⌛ Benchmark and visualization of various compression algorithms
Stars: ✭ 21 (-8.7%)
Mutual labels:  compression
clean-architecture-azure-cosmos-db
A starting point to build a web API to work with Azure Cosmos DB using .NET 5 and Azure Cosmos DB .NET SDK V3, based on Clean Architecture and repository design pattern. Partition key is also implemented through the repository pattern.
Stars: ✭ 277 (+1104.35%)
Mutual labels:  asp-net-core

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].