Update graph
This commit is contained in:
parent
f48dac418f
commit
61aabe2ac4
@ -1,4 +1,4 @@
|
|||||||
**µWebSockets.js** is a JavaScript platform, runtime and web server. It can serve Http about 6x that of Node.js and 12x that of Deno and outperforms Golang's fasthttp with ease.
|
**µWebSockets.js** is a JavaScript platform, runtime and web server.
|
||||||
|
|
||||||
There are two modes; compiled as a stand-alone JavaScript runtime or as a Node.js native addon.
|
There are two modes; compiled as a stand-alone JavaScript runtime or as a Node.js native addon.
|
||||||
|
|
||||||
@ -24,7 +24,7 @@ uWS.App().get('/hello', (res, req) => {
|
|||||||
|
|
||||||
### Benchmarks
|
### Benchmarks
|
||||||
Performance retention is up to 70% of native C++ µWebSockets v0.15.
|
Performance retention is up to 70% of native C++ µWebSockets v0.15.
|
||||||
![](benchmarks.png)
|
![](https://github.com/uNetworking/uWebSockets/blob/master/misc/bigshot_lineup.png)
|
||||||
|
|
||||||
### Kick-start
|
### Kick-start
|
||||||
Easiest is to compile yourself a Node.js native addon. The following works for Linux and macOS systems:
|
Easiest is to compile yourself a Node.js native addon. The following works for Linux and macOS systems:
|
||||||
|
Loading…
Reference in New Issue
Block a user