spacebarchat merged with old fosscord client test

@Flam3rboy Flam3rboy authored on 13 Aug 2021
.docker :sparkles: docker compose 4 years ago
.github :sparkles: server bundle 4 years ago
api :bug: fix api middleware 4 years ago
bundle :bug: fix bundle listen 4 years ago
cdn Merge branch 'master' into pr/darkhpp/261-2 4 years ago
dashboard Create README.md 4 years ago
gateway :bug: fix bundle gateway listen 4 years ago
rtc cleanup rtc 4 years ago
src [ProjectManagement] Add root project and dev getting started guides. 4 years ago
util :bug: fix util types 4 years ago
webrtc Merge branch 'master' into pr/darkhpp/261-2 4 years ago
.gitignore Merge branch 'master' into pr/darkhpp/261-2 4 years ago
README.md [ProjectManagement] Add root project and dev getting started guides. 4 years ago
docker-compose.yml :sparkles: docker compose 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