ferri/README.md

15 lines
319 B
Markdown
Raw Normal View History

2025-04-10 19:44:52 +01:00
# ferri
a fediverse backend written in rust.
## goals
- mastoapi compatible
- well suited for single user / selfhosted deployments
- feature-rich (reactions, quotes, ...)
2025-04-12 15:20:00 +01:00
## general structure
- AP/MastoAPI separation
- cli will handle admin / spinup
- main will handle business logic
- server will handle HTTP layer