https://github.com/marcosnicolau/glimmer
This app aims to be THE PLACE to hang out online, with free speech, total privacy, no telemetry, no authentication, and open-source.
https://github.com/marcosnicolau/glimmer
Last synced: 2 months ago
JSON representation
This app aims to be THE PLACE to hang out online, with free speech, total privacy, no telemetry, no authentication, and open-source.
- Host: GitHub
- URL: https://github.com/marcosnicolau/glimmer
- Owner: MarcosNicolau
- License: gpl-3.0
- Created: 2024-02-05T13:31:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-14T21:17:19.000Z (12 months ago)
- Last Synced: 2024-10-05T12:41:05.125Z (8 months ago)
- Language: TypeScript
- Homepage:
- Size: 1.98 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
~~This project is taking a nap right now...~~
- - -
# Glimmer
This app aims to be THE PLACE to hang out online, with free speech, total privacy, no telemetry, no authentication, and open-source.
## Project structure
| Name (Russian writers) | Domain |
| -------------------------------- | -------------- |
| [bulgakov](./apps/bulgakov/) | API (socket) |
| [dostoevsky](./apps/dostoevsky/) | Next front-end |
| [gogol](./apps/gogol/) | Voice server |All the common code and general abstractions go to -> `libs`.
We are using [nx](https://github.com/nrwl/nx) to help us with the monorepo architecture.
For more info: [read docs](./docs/glimmer.md)