A high performance platform adapter (HTTP & WebSocket) >> 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. >> Room management and Broadcasting for WebSocket. >> Attracted 15+ contributors organically
HTTP stack 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 install using `npm install uwestjs`
GitHub - https://github.com/FOSSFORGE/uWe...
Organization - https://github.com/FOSSFORGE
Discord - https://discord.gg/77wpUFpjDx
Report
No reviews yetBe the first to leave a review for uWestJS