1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-14 14:42:55 +01:00
server/util
2022-08-13 21:57:51 +02:00
..
.vscode update util 2021-08-29 00:03:58 +02:00
scripts fix(util): OrmUtils 2022-08-10 00:31:01 +02:00
src Forgot some schemas, removed no longer used paths from generate schema script 2022-08-13 21:57:51 +02:00
tests replace all var with let (reduces warnings) 2022-08-09 23:28:27 +02:00
.gitignore wip(util): benchmark 2022-08-09 23:52:23 +02:00
.npmignore util 2021-08-12 20:33:02 +02:00
.prettierrc util 2021-08-12 20:33:02 +02:00
package-lock.json Resolve changes undone by rebasing from master 2022-08-09 23:28:27 +02:00
package.json State update, havent tested 2022-08-09 23:28:27 +02:00
README.md New logo fix 2 2022-08-06 17:02:47 -04:00
tsconfig.json State update, havent tested 2022-08-09 23:28:27 +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