Bump to v15.4.0

This commit is contained in:
Alex Hultman 2019-03-01 20:59:30 +01:00 committed by GitHub
parent 0a4fb24b9f
commit 9deaf72d0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -18,10 +18,10 @@ It runs 15x faster than Deno and scales to millions of connections using less th
We use AppVeyor & TravisCI to automatically pre-compile binaries for Linux, macOS and Windows with every push. New releases are tagged from branch `binaries` and can be installed [using NPM](https://docs.npmjs.com/cli/install) like so:
```
npm install uNetworking/uWebSockets.js#v15.2.0
npm install uNetworking/uWebSockets.js#v15.4.0
```
where `v15.2.0` is the particular Git tag you wanted to use.
where `v15.4.0` is the particular Git tag you wanted to use. "Nightly" builds can be installed with suffix `#binaries`.
### In a nutshell
There are tons of [examples](examples) but here's the gist of it all: