Add kick-starting instructions

This commit is contained in:
Alex Hultman 2018-11-04 00:17:07 +01:00 committed by GitHub
parent 180d505e4c
commit 8a3e9e0034
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -27,3 +27,12 @@ const app = uWS.SSLApp({
### Benchmarks
Performance retention is up to 70% of native C++ µWebSockets v0.15.
![](benchmarks.png)
### Kick-start
The following works for Linux and macOS systems:
```
git clone --recursive https://github.com/uNetworking/uWebSockets-node.git
cd uWebSockets-node
make
node examples/HelloWorld.js
```