36 lines
1.4 KiB
Markdown
36 lines
1.4 KiB
Markdown
<p align="center">
|
|
<img width="100" src="https://discord.com/assets/1cbd08c76f8af6dddce02c5138971129.png" />
|
|
</p>
|
|
<h1 align="center">RSCord Server</h1>
|
|
|
|
<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">
|
|
<a title="Crowdin" target="_blank" href="https://translate.spacebar.chat/"><img src="https://badges.crowdin.net/fosscord/localized.svg"></a>
|
|
<a href="https://opencollective.com/spacebar">
|
|
<img src="https://opencollective.com/spacebar/tiers/badge.svg">
|
|
</a>
|
|
</p>
|
|
|
|
## 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:
|
|
|
|
- [HTTP API Server](/src/api)
|
|
- [WebSocket Gateway Server](/src/gateway)
|
|
- [HTTP CDN Server](/src/cdn)
|
|
- [Utility and Database Models](/src/util)
|
|
- [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), and docs about bots [here](https://docs.spacebar.chat/setup/bots/)
|
|
|
|
## Clients
|
|
|
|
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.
|