uWestJS - High performance platform adapter (HTTP & WebSocket) for NestJS.
Sooo, I'm finally done with something on which I was working on for more than a month.
I have finally shipped uWestJS v2.0.0 - A high performance platform adapter (HTTP & WebSocket) for NestJS.
>> It uses raw C++ bindings (μWebSockets) under the hood to provide high throughput and req/s.
>> The benchmarks are insanely good - 4-5x faster than Express and 2-2.5x faster than Fastify server.
>> Works with all the existing NestJS patterns and decorators that you already know.
>> Streaming support with automatic backpressure management.
>> Attracted 15+ contributors organically
Supports:
- Static File
- Multipart/File-upload
- Middlewares
- CORS
- Compression (Gzip, brotli, Deflate)
- Body Parsing
- Req/Res/Routing
Have in my mind to make this a whole platform agnostic tool in the upcoming versions.
If you're building something with NestJS do use uWestJS in your project/application.
Just do `npm install uwestjs`
GitHub - https://github.com/FOSSFORGE/uWestJS
Organization - https://github.com/FOSSFORGE
Discord - https://discord.gg/77wpUFpjDx
Documentation Website - https://uwest.js.org