This commit is contained in:
Alex Hultman 2019-04-04 01:16:16 +02:00 committed by GitHub
parent 4f6055d454
commit 2ea07694b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@
µWebSockets.js is the Google V8 bindings to [µWebSockets](https://github.com/uNetworking/uWebSockets), one of the most efficient web servers available for C++ programming<sup>[[2]](https://github.com/uNetworking/uWebSockets/tree/master/benchmarks)</sup>. Bypassing the entire I/O stack of Node.js allows for unprecedented efficiency in back-end JavaScript - what you build stands on nothing but the best of C and C++. Scales to millions of active WebSockets using half a GB of user space memory<sup>[[3]](https://medium.com/@alexhultman/millions-of-active-websockets-with-node-js-7dc575746a01)</sup>.
```
npm install uNetworking/uWebSockets.js#v15.8.0
npm install uNetworking/uWebSockets.js#v15.9.0
```
, or any such tag (see [releases](https://github.com/uNetworking/uWebSockets.js/releases)).