1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-22 18:32:29 +01:00
server/util
2021-10-17 01:39:41 +02:00
..
.vscode
scripts automatically run db migrations 2021-10-15 18:39:19 +02:00
src migration for timestamp migrations 2021-10-17 01:23:51 +02:00
tests
.gitignore
.npmignore
.prettierrc
LICENSE
ormconfig.json 🎨 emoji db migration 2021-10-10 14:09:54 +02:00
package-lock.json ⬆️ update sqlite3 2021-10-17 01:39:41 +02:00
package.json ⬆️ update sqlite3 2021-10-17 01:39:41 +02:00
README.md
tsconfig.json 🎨 clean up dependencies 2021-10-10 11:03:04 +02:00

Fosscord server util

About

Fosscord is a free open source selfhostable chat, voice and video discord-compatible platform.

Fosscord server util contains all necessary logic that is shared between the api, gateway and cdn.

It contains all mongoose database models and utility functions.

Installation

npm install @fosscord/server-util