diff --git a/README.md b/README.md index f41d537d..3d3afd53 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@

### :zap: Simple performance -µWebSockets.js is a web server bypass for Node.js that reimplements eventing, networking, encryption, web protocols, routing and pub/sub in highly optimized C++. 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 is also the built-in **[web server of Bun](https://bun.sh/)** even though µWebSockets.js for Node.js runs 80% faster than Bun. +µWebSockets.js is a standards compliant & secure web server bypass for Node.js that reimplements eventing, networking, encryption, web protocols, routing and pub/sub in highly optimized C++. 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 somewhere within the top ~5](https://twitter.com/uNetworkingAB/status/1810617653754765475) in TechEmpower (not endorsed) and makes up [the core components of Bun](https://twitter.com/uNetworkingAB/status/1810380862556397887) (not associated). * 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).