Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
uNetworkingAB authored Jul 11, 2024
1 parent 27eca7f commit a654b5b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
<br><br>

### :zap: Simple performance
µWebSockets.js is a standards compliant & secure web server bypass for Node.js that reimplements eventing, networking, encryption, web protocols, routing and pub/sub from scratch in highly optimized native code. As such, µWebSockets.js delivers web serving for Node.js, **[8.5x that of Fastify](https://alexhultman.medium.com/serving-100k-requests-second-from-a-fanless-raspberry-pi-4-over-ethernet-fdd2c2e05a1e)** and at least **[10x that of Socket.IO](https://medium.com/swlh/100k-secure-websockets-with-raspberry-pi-4-1ba5d2127a23)**. It scores indistinguishable from **[1st in TE](https://twitter.com/uNetworkingAB/status/1810617653754765475)** ([not endorsed](https://twitter.com/uNetworkingAB/status/1811425564764610926)) and makes up **[the core components of Bun](https://twitter.com/uNetworkingAB/status/1810380862556397887)** (not associated).
µWebSockets.js is a standards compliant & secure web server bypass for Node.js that reimplements eventing, networking, encryption, web protocols, routing and pub/sub from scratch in highly optimized native code. As such, µWebSockets.js delivers web serving for Node.js, **[8.5x that of Fastify](https://alexhultman.medium.com/serving-100k-requests-second-from-a-fanless-raspberry-pi-4-over-ethernet-fdd2c2e05a1e)** and at least **[10x that of Socket.IO](https://medium.com/swlh/100k-secure-websockets-with-raspberry-pi-4-1ba5d2127a23)**.

* It scores indistinguishable from **[1st in TE](https://twitter.com/uNetworkingAB/status/1810617653754765475)** ([not endorsed](https://twitter.com/uNetworkingAB/status/1811425564764610926)) and makes up **[the core components of Bun](https://twitter.com/uNetworkingAB/status/1810380862556397887)** (not associated). It is also [1st in this test](https://github.com/SaltyAom/bun-http-framework-benchmark?tab=readme-ov-file#results).

* We *recommend, for simplicity* installing with `npm install uNetworking/uWebSockets.js#v20.44.0` or any such [release](https://github.com/uNetworking/uWebSockets.js/releases). Use [official builds](https://nodejs.org/en/download) of Node.js LTS or current. [Our take on the NPM registry](https://github.com/uNetworking/uWebSockets.js/blob/master/misc/npm.md).

Expand Down

0 comments on commit a654b5b

Please sign in to comment.