mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-10 04:32:35 +01:00
Mirror of https://github.com/spacebarchat/server
.github/workflows | ||
.vscode | ||
api | ||
cdn | ||
dashboard | ||
gateway | ||
rtc | ||
src | ||
util | ||
webrtc | ||
.gitignore | ||
package.json | ||
README.md |
Fosscord Server
Consists of:
- HTTP Rest API
- CDN
- Gateway
- RTC
Dev getting started
- Install deps:
npm i
- TODO: Configure
- Start the server:
- To run all at once, run
npm start
in root directory. - To run api, do
npm start
inapi
folder - To run cdn, do
npm start
incdn
folder - To run gateway, do
npm start
ingateway
folder