spacebarchat merged with old fosscord client test
| .vscode | 5 years ago | ||
| client_test | 5 years ago | ||
| locales | 5 years ago | ||
| src | 5 years ago | ||
| .DS_Store | 5 years ago | ||
| .gitignore | 5 years ago | ||
| LICENSE | 5 years ago | ||
| README.md | 5 years ago | ||
| package-lock.json | 5 years ago | ||
| package.json | 5 years ago | ||
| tsconfig.json | 5 years ago | ||
This repository contains the HTTP API Server and the WebSocket Gateway Server
For the WebSocket we use ws and we'll write our own packet handler for the individual opcodes and events.
We use express for the HTTP Server and lambert-server for route handling and body validation (customized).
You should be familiar with:
and the technologies we use for Gateway/API
Clone the Repository:
git clone https://github.com/discord-open-source/discord-server cd discord-server
npm install npm install --only=dev
npm start
Vscode:
The Launch file configuration is in ./vscode/launch.json,
so you can just debug the server by pressing F5 or the > Launch Server button