Update README.md
Some checks failed
Nix build / build-nix (push) Has been cancelled

This commit is contained in:
Admin 2025-11-22 18:31:44 +02:00
parent d8c7bf1546
commit 741a56c08d

View File

@ -1,7 +1,7 @@
<p align="center"> <p align="center">
<img width="100" src="https://raw.githubusercontent.com/spacebarchat/spacebarchat/master/branding/png/Spacebar__Icon-Rounded-Subtract.png" /> <img width="100" src="https://discord.com/assets/1cbd08c76f8af6dddce02c5138971129.png" />
</p> </p>
<h1 align="center">Spacebar Server</h1> <h1 align="center">RSCord Server</h1>
<p align="center"> <p align="center">
<a href="https://discord.gg/ZrnGQP6p3d"> <a href="https://discord.gg/ZrnGQP6p3d">
@ -14,28 +14,22 @@
</a> </a>
</p> </p>
## [About](https://spacebar.chat) ## About
This is based off spacebar, however this is not spacebar anymore because of the amount of changes done to the source code.
Spacebar/server is a Discord backend re-implementation and extension.
We aim to reverse engineer and add additional features to the Discord backend, while remaining completely backwards compatible with existing bots, applications, and clients.
This repository contains: This repository contains:
- [Spacebar HTTP API Server](/src/api) - [HTTP API Server](/src/api)
- [WebSocket Gateway Server](/src/gateway) - [WebSocket Gateway Server](/src/gateway)
- [HTTP CDN Server](/src/cdn) - [HTTP CDN Server](/src/cdn)
- [Utility and Database Models](/src/util) - [Utility and Database Models](/src/util)
- [Spacebar Admin API](/extra/admin-api) (Emma [it/its]@Rory& was here) - [Admin API](/extra/admin-api)
- [Frontend Directory](/assets/public)
## [Documentation](https://docs.spacebar.chat) ## [Documentation](https://docs.spacebar.chat)
And with documentation on how to set up your own server [here](https://docs.spacebar.chat/setup/server), docs to set up either client [here](https://docs.spacebar.chat/setup/clients/), and docs about bots [here](https://docs.spacebar.chat/setup/bots/) And with documentation on how to set up your own server [here](https://docs.spacebar.chat/setup/server), and docs about bots [here](https://docs.spacebar.chat/setup/bots/)
## [Contributing](https://docs.spacebar.chat/contributing/)
## Clients ## Clients
You _should_ be able to use any client designed for Discord.com to connect to a Spacebar instance. It's located at localhost:3001, the client date is from the 1st of May 2021. There are more clients such as the patched up native one and the mobile one murdle made.
However, some incompatibilities still exist between Spacebar and Discord. For this reason, not every client will connect.
The [WIP official Spacebar client](https://github.com/spacebarchat/client) will always work.
You can find a [live version here](https://app.spacebar.chat).