From 1e06db149eb2928f3a62ee9b2ca34cbc3a18bdaa Mon Sep 17 00:00:00 2001 From: Rory& Date: Sun, 19 Apr 2026 23:07:42 +0200 Subject: [PATCH] Update readme --- README.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index bed7f1ffb..357cfd3bf 100644 --- a/README.md +++ b/README.md @@ -28,12 +28,14 @@ We aim to reverse engineer and add additional features to the Discord backend, w This repository contains: - [API Request/Response Types](/src/schemas) -- [Spacebar HTTP API Server](/src/api) -- [WebSocket Gateway Server](/src/gateway) -- [HTTP CDN Server](/src/cdn) -- [WebRTC Server](/src/webrtc) +- [Spacebar HTTP API server](/src/api) +- [WebSocket Gateway server](/src/gateway) +- [HTTP CDN server](/src/cdn) +- [WebRTC server](/src/webrtc) - [Utility and Database Models](/src/util) -- [Spacebar Admin API (C#)](/extra/admin-api) (Emma [it/its]@Rory& was here) +- [Spacebar Admin API (C#)](/extra/admin-api/Spacebar.AdminApi) +- [HTTP CDN server (C#)](/extra/admin-api/Spacebar.Cdn) +- [Various other C# utilities](/extra/admin-api) ## [Documentation](https://docs.spacebar.chat) @@ -45,4 +47,5 @@ And with documentation on how to set up your own server [here](https://docs.spac 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. -We recommend using [Fermi](https://fermi.chat/login?instance=https%3A%2F%2Fspacebar.chat) as a solid starting point on your adventure in the SpaceBar! +We recommend using [Fermo](https://fermo.sovr.top/login?instance=spacebar.chat) as a solid starting point on your adventure in the SpaceBar! +You can explore other clients with the [Spacebar Explorer](https://spacebar-explorer.sovr.top/clients).