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:55:06 +0100
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-02-04 09:55:06 +0100
commit14ba698369402ead68f8ad3efdb8ef5b1627dce2 (patch)
treec668b5d54b6744ef89ab0df11c45e0ea778eb607 /README.md
parent:art: typo (diff)
parentinvite interface (diff)
downloadserver-14ba698369402ead68f8ad3efdb8ef5b1627dce2.tar.xz
Merge branch 'master' of https://github.com/discord-open-source/discord-server
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 4 insertions, 9 deletions
diff --git a/README.md b/README.md

index da6bfda8..4c4e6f69 100644 --- a/README.md +++ b/README.md
@@ -1,16 +1,11 @@ -# Discord Open Source Server -This repository contains the HTTP API Server and the WebSocket Gateway Server +# Discord Open Source API Server +This repository contains the HTTP API Server ## Bug Tracker [Project Board](https://github.com/discord-open-source/discord-server/projects/4) ## API -[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/3) +[Project Board](https://github.com/discord-open-source/discord-server/projects/2) 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). @@ -22,7 +17,7 @@ You should be familiar with: - [TypeScript](https://www.typescriptlang.org/) - [Lambert-DB](https://www.npmjs.com/package/lambert-db) (easy database abstraction wrapper) -and the technologies we use for Gateway/API +and the other technologies we use ### Getting Started Clone the Repository: