From 62ac246162d4e881a25152993cf4c6a4023b4f6d Mon Sep 17 00:00:00 2001 From: Crawl Date: Sun, 30 Apr 2017 13:01:46 +0200 Subject: [PATCH] Add uws back to the readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c7434a5bc..1bf3f39ac 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,7 @@ For production bots, using node-opus should be considered a necessity, especiall - One of the following packages can be installed for faster voice packet encryption and decryption: - [sodium](https://www.npmjs.com/package/sodium) (`npm install sodium --save`) - [libsodium.js](https://www.npmjs.com/package/libsodium-wrappers) (`npm install libsodium-wrappers --save`) +- [uws](https://www.npmjs.com/package/uws) for a much faster WebSocket connection (`npm install uws --save`) ## Example usage ```js