1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-09-19 17:21:35 +02:00
server/README.md

39 lines
1.7 KiB
Markdown
Raw Normal View History

2021-08-13 20:54:58 +02:00
<p align="center">
2023-03-30 17:04:36 +02:00
<img width="100" src="https://raw.githubusercontent.com/spacebarchat/spacebarchat/master/branding/png/Spacebar__Icon-Rounded-Subtract.png" />
2021-08-13 20:54:58 +02:00
</p>
2023-03-30 17:04:36 +02:00
<h1 align="center">Spacebar Server</h1>
2021-08-13 20:54:58 +02:00
2022-12-19 12:48:25 +01:00
<p align="center">
<a href="https://discord.gg/ZrnGQP6p3d">
<img src="https://img.shields.io/discord/806142446094385153?color=7489d5&logo=discord&logoColor=ffffff" />
</a>
<img src="https://img.shields.io/static/v1?label=Status&message=Development&color=blue">
2023-04-12 03:58:44 +02:00
<a title="Crowdin" target="_blank" href="https://translate.spacebar.chat/"><img src="https://badges.crowdin.net/fosscord/localized.svg"></a>
2023-03-30 17:04:36 +02:00
<a href="https://opencollective.com/spacebar">
<img src="https://opencollective.com/spacebar/tiers/badge.svg">
2022-12-19 12:48:25 +01:00
</a>
</p>
2023-03-30 17:04:36 +02:00
## [About](https://spacebar.chat)
2022-12-19 12:48:25 +01:00
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.
2022-12-19 12:48:25 +01:00
This repository contains:
2023-03-30 17:04:36 +02:00
- [Spacebar HTTP API Server](/src/api)
2022-12-19 12:48:25 +01:00
- [WebSocket Gateway Server](/src/gateway)
- [HTTP CDN Server](/src/cdn)
- [Utility and Database Models](/src/util)
## [Documentation](https://docs.spacebar.chat)
2023-03-30 17:04:36 +02:00
## [Contributing](https://docs.spacebar.chat/contributing/)
2022-12-19 12:48:25 +01:00
## Clients
2023-10-04 14:42:10 +02:00
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).