1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-10 04:32:35 +01:00
Go to file
2021-08-13 17:57:51 +07:00
.github/workflows [Docker] Fix docker publish for cdn and gateway 2021-08-13 00:53:48 +03:00
.vscode Event Model 2021-02-08 16:29:36 +01:00
api Fix naming 2021-08-13 17:57:51 +07:00
cdn Fix naming 2021-08-13 17:57:51 +07:00
dashboard Create README.md 2021-08-12 23:38:25 +02:00
gateway Fix naming 2021-08-13 17:57:51 +07:00
rtc rtc 2021-08-12 20:33:42 +02:00
src [ProjectManagement] Add root project and dev getting started guides. 2021-08-13 13:34:00 +07:00
util [ProjectManagement] Add root project and dev getting started guides. 2021-08-13 13:34:00 +07:00
webrtc [ProjectManagement] Add root project and dev getting started guides. 2021-08-13 13:34:00 +07:00
.gitignore [ProjectManagement] Add root project and dev getting started guides. 2021-08-13 13:34:00 +07:00
package.json Fix naming 2021-08-13 17:57:51 +07: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