summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-02-04 09:53:55 +0100
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-02-04 09:53:55 +0100
commit251b23e321785b2374fe07278c051e2a99e84928 (patch)
tree7ded2267daadd5e59d5ec9f60321dd22b37eadb2 /README.md
parentMerge branch 'master' of https://github.com/discord-open-source/discord-server (diff)
downloadserver-251b23e321785b2374fe07278c051e2a99e84928.tar.xz
:art: typo
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md

index 4a1c504b..da6bfda8 100644 --- a/README.md +++ b/README.md
@@ -5,12 +5,12 @@ This repository contains the HTTP API Server and the WebSocket Gateway Server [Project Board](https://github.com/discord-open-source/discord-server/projects/4) ## API -[Project Board](https://github.com/discord-open-source/discord-server/projects/3) +[Project Board](https://github.com/discord-open-source/discord-server/projects/6) 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. ## Gateway -[Project Board](https://github.com/discord-open-source/discord-server/projects/6) +[Project Board](https://github.com/discord-open-source/discord-server/projects/3) We use [express](https://expressjs.com/) for the HTTP Server and [lambert-server](https://www.npmjs.com/package/lambert-server) for route handling and body validation (customized).