From 1aed3de6473ed488f0ad61fd6b229f0b16495d7b Mon Sep 17 00:00:00 2001 From: Hackzzila Date: Sun, 27 Nov 2016 14:22:09 -0600 Subject: [PATCH] Add note about uws in readme (#929) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6fc5c584b..90165433e 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ Usability and performance are key focuses of discord.js, and it also has nearly Without voice support: `npm install discord.js --save` With voice support ([node-opus](https://www.npmjs.com/package/node-opus)): `npm install discord.js node-opus --save` With voice support ([opusscript](https://www.npmjs.com/package/opusscript)): `npm install discord.js opusscript --save` +With fast websockets ([uws](https://www.npmjs.com/package/uws)) `npm install discord.js uws --save` The preferred audio engine is node-opus, as it performs significantly better than opusscript. When both are available, discord.js will automatically choose node-opus. Using opusscript is only recommended for development environments where node-opus is tough to get working.