1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-09-21 18:21:36 +02:00
Go to file
2021-08-07 13:35:33 +02:00
.vscode Event Model 2021-02-08 16:29:36 +01:00
src added accent_color to the user schema 2021-08-07 11:00:31 +03:00
.gitignore remove compiled typescript code from repo 2021-04-06 21:32:44 +02:00
.npmignore 🎨 String trimSpecial pass string OR undefined 2021-04-24 11:14:17 +02:00
.prettierrc 🔧 build 2021-02-11 20:44:26 +01:00
LICENSE 📄 GPL V3 license 2021-05-08 12:58:07 +02:00
package-lock.json 1.3.38 2021-08-07 13:35:33 +02:00
package.json 1.3.38 2021-08-07 13:35:33 +02:00
README.md 📝 Update readme 2021-05-25 01:20:14 +02:00
tsconfig.json ⬆️ update mongodb 2021-04-06 23:25:11 +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 voice-gateaway.

It contains all mongoose database models and utility functions.

Installation

npm install @fosscord/server-util