summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-02-03 19:06:56 +0100
committerGitHub <noreply@github.com>2021-02-03 19:06:56 +0100
commit1c57e93f81ab8df7bee51ead333034961c120eba (patch)
treedd55afc6da8b15f9ca50b9668b898ffed972db2f /README.md
parentInitial commit (diff)
downloadserver-1c57e93f81ab8df7bee51ead333034961c120eba.tar.xz
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
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.