Bump to v15.4.0
This commit is contained in:
parent
0a4fb24b9f
commit
9deaf72d0b
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue