From 741a56c08d8854532e7f45f41016b000271df24c Mon Sep 17 00:00:00 2001 From: Admin Date: Sat, 22 Nov 2025 18:31:44 +0200 Subject: [PATCH] Update README.md --- README.md | 24 +++++++++--------------- 1 file changed, 9 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index b573b5fc..72ede68c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@

- +

-

Spacebar Server

+

RSCord Server

@@ -14,28 +14,22 @@

-## [About](https://spacebar.chat) - -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. +## About +This is based off spacebar, however this is not spacebar anymore because of the amount of changes done to the source code. This repository contains: -- [Spacebar HTTP API Server](/src/api) +- [HTTP API Server](/src/api) - [WebSocket Gateway Server](/src/gateway) - [HTTP CDN Server](/src/cdn) - [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) -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/) - -## [Contributing](https://docs.spacebar.chat/contributing/) +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/) ## Clients -You _should_ be able to use any client designed for Discord.com to connect to a Spacebar instance. -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). +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.