mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-06 10:52:31 +01:00
Mirror of https://github.com/spacebarchat/server
d08689b418
* Notes implementation. Bug: Client does not save note locally after uploading to server. Client does save after reloading page. Is this due to the response being sent by PUT? * I don't know why the client doesn't do optimistic UI updates with this, or any updates at all without reloading the page * Added USER_NOTE_UPDATE event, thanks @TheRealGeoDash2019 ! |
||
---|---|---|
.docker | ||
.github | ||
api | ||
bundle | ||
cdn | ||
dashboard | ||
gateway | ||
rtc | ||
util | ||
webrtc | ||
.dockerignore | ||
.editorconfig | ||
.gitignore | ||
.prettierrc | ||
COPYING | ||
crowdin.yml | ||
docker-compose.yml | ||
Dockerfile | ||
fosscord-server.code-workspace | ||
nginx.conf | ||
README.md |
Fosscord Server
About
This repository contains:
- Fosscord HTTP API Server
- WebSocket Gateway Server
- HTTP CDN Server
- Utility and Database Models
- RTC Server
- WebRTC Server
- Admin Dashboard