🐀 Building a federated link aggregator in rust
Go to file
2019-02-14 09:36:53 -08:00
LICENSE Initial commit 2019-02-14 09:17:18 -08:00
README.md Adding README. 2019-02-14 09:36:53 -08:00

Rust Reddit Fediverse (to be renamed later)

We have a twitter alternative (mastodon), a facebook alternative (friendica), so let's build a reddit alternative in the fediverse.

Goals / TODOs

  • Come up with a name / codename.
  • Must have communities.
  • Must have threaded comments.
  • Should the comments / votes be static, or feel like a chat, like flowchat?.
  • How does voting work? Should we go back to the old way of showing up and downvote counts? Or just a score?
  • Should it allow bots?
  • Decide on tech to be used: I prefer Actix, Diesel for the back end, inferno, typescript and bootstrap for the front end.
  • How do we do the activitypub stuff?