Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 11da9ac

Browse files
Fix: Update README.md
1 parent 8af3fd5 commit 11da9ac

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ uWestJS is a high-performance platform adapter for NestJS, powered by [uWebSocke
1616

1717
uWebSockets.js is one of the fastest HTTP and WebSocket implementations available, offering:
1818

19-
- **Up to 10x faster** than Express and traditional WebSocket libraries in benchmarks
19+
- **Up to 4-5x faster** than Express and Fastify
2020
- **Lower memory footprint** for handling thousands of concurrent connections
2121
- **Native backpressure handling** to prevent memory issues under load
2222
- **Built-in compression** support for reduced bandwidth usage
@@ -51,7 +51,7 @@ uWestJS brings this performance to NestJS without requiring you to change your e
5151
## Features
5252

5353
### HTTP Features
54-
- **High Performance** - Up to 10x faster than Express for HTTP requests → [Server Documentation](./docs/http/Server.md)
54+
- **High Performance** - Up to 4-5x faster than Express and 2-2.5x than Fastify for HTTP requests → [Server Documentation](./docs/http/Server.md)
5555
- **Request Handling** - Full Express-compatible request API with body parsing, headers, cookies, and more → [Request API](./docs/http/Request.md)
5656
- **Response Handling** - Comprehensive response methods including streaming, compression, and caching → [Response API](./docs/http/Response.md)
5757
- **Routing** - Path parameters, wildcards, and route registration → [Routing Guide](./docs/http/Routing.md)
@@ -305,8 +305,8 @@ See [Adapter Documentation](./docs/websocket/Adapter.md) for detailed migration
305305

306306
uWestJS provides significant performance improvements:
307307

308-
- **HTTP**: Up to 10x faster than Express
309-
- **WebSocket**: Up to 10x faster than Socket.IO
308+
- **HTTP**: Up to 4-5x faster than Express and 2-2.5x than Fastify
309+
- **WebSocket**: Much faster than traditional JS based Socket.IO
310310
- **Memory**: Lower memory footprint for concurrent connections
311311
- **Backpressure**: Automatic handling prevents memory issues
312312
- **Compression**: Built-in support reduces bandwidth usage
@@ -413,7 +413,7 @@ Vikram Aditya
413413

414414
## Organization
415415

416-
Part of [FOSS FORGE](https://github.com/FOSSFORGE) - Open Source Tools & Libraries
416+
Part of [FOSS FORGE](https://github.com/FOSSFORGE)
417417

418418
## Links
419419

0 commit comments

Comments
 (0)