1
0
mirror of https://github.com/spacebarchat/spacebarchat.git synced 2024-11-08 11:42:39 +01:00
spacebarchat/README.md

25 lines
3.2 KiB
Markdown
Raw Normal View History

2021-07-15 23:42:46 +02:00
![](./assets/readme.svg?sanitize=true)
2021-04-28 16:27:20 +02:00
### Installation
2021-04-24 20:06:24 +02:00
2021-07-15 23:30:26 +02:00
[Server]() _(pre alpha)_
2021-02-25 11:05:19 +01:00
2021-07-15 23:30:26 +02:00
Client _not finished and still in development_
2021-05-07 15:53:10 +02:00
### Repositories
2021-01-27 19:50:26 +01:00
2021-07-15 23:30:26 +02:00
| Repo name | Brief description |
| :------------------------------------------------------------------------------------- | :--------------------------------------------------------------------------------------------------------------------------------- |
| [UI](https://github.com/fosscord/fosscord-ui) | Open Source CSS framework in the style of Discord |
| [API](https://github.com/fosscord/fosscord-API) | Fosscord HTTP API Server for fosscord-client |
| [Gateway](https://github.com/fosscord/fosscord-gateway) | Fosscord WebSocket Gateway Server for fosscord-client |
| [Docs](https://github.com/fosscord/fosscord-docs) | Documentation for Fosscord |
| [WebRTC Server](https://github.com/fosscord/fosscord-rtc) | Fosscord voice and video server |
| [Voice Gateway](https://github.com/fosscord/fosscord-voice-gateway) | Fosscord voice gateway |
| [Server-Util](https://github.com/fosscord/fosscord-server-util) | Utility functions for the all server repositories |
| [Dashboard](https://github.com/fosscord/fosscord-dashboard) | An admin dashboard for fosscord-server \(analytics, settings, administration, trust & safety\) |
| [Client](https://github.com/fosscord/fosscord-client) | Fosscord Client compatible with fosscord-server and discord.com |
| [CDN](https://github.com/fosscord/fosscord-cdn) | [Content-delivery-network](https://www.cloudflare.com/learning/cdn/what-is-a-cdn/) for the server, used to store images and assets |
| [~~React Native CSS~~](https://github.com/fosscord/react-native-withcss) \(archived\) | ~~Library to enable css support for the client especially for themes~~ |
| [~~React Native Mediaquery~~](https://github.com/fosscord/css-mediaquery) \(archived\) | ~~Use CSS media queries with react native~~ |