diff --git a/README.md b/README.md index f4de480..7e30664 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@
- + *µWS ("[micro](https://en.wikipedia.org/wiki/Micro-)WS") **for Node.js** is simple and efficient*[[1]](benchmarks) *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)