From 1c57e93f81ab8df7bee51ead333034961c120eba Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Wed, 3 Feb 2021 19:06:56 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b0344c11..8a658fde 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # discord-gateway Open Source Discord WebSocket Gateway Server + +For the WebSocket we use [ws](https://www.npmjs.com/package/ws) and we'll write our own packet handler for the individual opcodes and events.