From 4a83dd89d6aa252ba9ccb225e82e0d6841149213 Mon Sep 17 00:00:00 2001 From: Alex Hultman Date: Mon, 24 Dec 2018 03:06:22 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6a1ff52..a3e0d94 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -**µWebSockets.js** is a JavaScript platform, runtime and web server. +**µWebSockets.js** is a JavaScript platform, runtime and web server built on [µWebSockets](https://github.com/uNetworking/uWebSockets) v0.15 and V8. There are two modes; compiled as a stand-alone JavaScript runtime or as a Node.js native addon. @@ -23,7 +23,7 @@ uWS.App().get('/hello', (res, req) => { ``` ### Benchmarks -Performance retention is up to 70% of native C++ µWebSockets v0.15. +Performance retention is up to 70% of native C++ [µWebSockets](https://github.com/uNetworking/uWebSockets) v0.15. That puts it some 20x as fast as Deno and even faster than most C++-only servers, all from within a JavaScript VM. ![](https://github.com/uNetworking/uWebSockets/blob/master/misc/bigshot_lineup.png) ### Kick-start