https://github.com/spacebarchat/server-cs
Attempt at implementing server in C#
https://github.com/spacebarchat/server-cs
csharp dotnet instant-messaging real-time-communication
Last synced: 4 months ago
JSON representation
Attempt at implementing server in C#
- Host: GitHub
- URL: https://github.com/spacebarchat/server-cs
- Owner: spacebarchat
- License: agpl-3.0
- Created: 2022-04-01T18:20:50.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2026-02-23T00:58:54.000Z (4 months ago)
- Last Synced: 2026-02-23T06:24:02.232Z (4 months ago)
- Topics: csharp, dotnet, instant-messaging, real-time-communication
- Language: C#
- Homepage:
- Size: 664 KB
- Stars: 7
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
Spacebar Server (C#)
## [About](https://spacebar.chat/)
This is a WIP implementation of Spacebar in C#!
This repository contains:
- A partial implementation of:
- [HTTP API Server](/Spacebar.API)
- [HTTP CDN Server](/Spacebar.CDN)
- [WebSocket Gateway Server](/Spacebar.Gateway)
- [Database Models](/Spacebar.DbModel)
## [Docs](https://docs.fosscord.com/resources/)
- [Contributing](https://docs.fosscord.com/contributing/server/)