1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-09-21 10:11:34 +02:00
Go to file
2021-08-13 13:18:45 +02:00
.docker docker compose 2021-08-13 01:09:08 +02:00
.github server bundle 2021-08-13 12:58:18 +02:00
api 📝 updated links to fosscord-server 2021-08-13 13:18:45 +02:00
bundle 📝 updated links to fosscord-server 2021-08-13 13:18:45 +02:00
cdn Merge branch 'master' into pr/darkhpp/261-2 2021-08-13 13:03:18 +02:00
dashboard Create README.md 2021-08-12 23:38:25 +02:00
gateway Merge branch 'pr/darkhpp/261-2' 2021-08-13 13:08:14 +02:00
rtc cleanup rtc 2021-08-13 13:00:16 +02:00
src [ProjectManagement] Add root project and dev getting started guides. 2021-08-13 13:34:00 +07:00
util 📝 updated links to fosscord-server 2021-08-13 13:18:45 +02:00
webrtc Merge branch 'master' into pr/darkhpp/261-2 2021-08-13 13:03:18 +02:00
.gitignore Merge branch 'master' into pr/darkhpp/261-2 2021-08-13 13:03:18 +02:00
docker-compose.yml docker compose 2021-08-13 01:09:08 +02:00
README.md [ProjectManagement] Add root project and dev getting started guides. 2021-08-13 13:34:00 +07:00

Fosscord Server

Consists of:

  • HTTP Rest API
  • CDN
  • Gateway
  • RTC

Dev getting started

  1. Install deps: npm i
  2. TODO: Configure
  3. Start the server:
  • To run all at once, run npm start in root directory.
  • To run api, do npm start in api folder
  • To run cdn, do npm start in cdn folder
  • To run gateway, do npm start in gateway folder