Update README.md

This commit is contained in:
Alex Hultman 2018-11-03 12:45:56 +01:00 committed by GitHub
parent 2bc5e4edca
commit 02de7ed781
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
<div align="center">
<img src="https://github.com/uNetworking/v0.15/blob/master/misc/logo.png?raw=true" />
<img src="https://github.com/uNetworking/uWebSockets/blob/master/misc/logo.png?raw=true" />
*µWS ("[micro](https://en.wikipedia.org/wiki/Micro-)WS") **for Node.js** is simple and efficient*<sup>[[1]](benchmarks)</sup> *messaging for the modern web.*
@ -23,3 +23,7 @@ const app = uWS.SSLApp({
console.log('Listening to port 3000');
});
```
### Benchmarks
Performance retention is up to 70% of native C++ µWebSockets v0.15.
![](benchmarks.png)