An open API service indexing awesome lists of open source software.

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#

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/)