spacebarchat merged with old fosscord client test

@darkhpp darkhpp authored on 13 Aug 2021
.github/ workflows [Docker] Fix docker publish for cdn and gateway 4 years ago
.vscode :sparkles: Event Model 5 years ago
api [ProjectManagement] Add root project and dev getting started guides. 4 years ago
cdn [ProjectManagement] Add root project and dev getting started guides. 4 years ago
dashboard Create README.md 4 years ago
gateway [ProjectManagement] Add root project and dev getting started guides. 4 years ago
rtc :sparkles: rtc 4 years ago
src [ProjectManagement] Add root project and dev getting started guides. 4 years ago
util [ProjectManagement] Add root project and dev getting started guides. 4 years ago
webrtc [ProjectManagement] Add root project and dev getting started guides. 4 years ago
.gitignore [ProjectManagement] Add root project and dev getting started guides. 4 years ago
README.md [ProjectManagement] Add root project and dev getting started guides. 4 years ago
package-lock.json [ProjectManagement] Add root project and dev getting started guides. 4 years ago
package.json [ProjectManagement] Add root project and dev getting started guides. 4 years ago
README.md

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