🐀 Building a federated link aggregator in rust
Go to file
Dessalines 25dcb8f4f4 Adding a few endpoints.
- Adding CreatePost, CreateComment, CreateCommunity
2019-03-26 11:00:18 -07:00
server Adding a few endpoints. 2019-03-26 11:00:18 -07:00
ui Adding a few endpoints. 2019-03-26 11:00:18 -07:00
API.md Adding initial UI and Websocket server. 2019-03-20 18:22:31 -07:00
LICENSE Initial commit 2019-02-14 09:17:18 -08:00
README.md Adding login and Register 2019-03-22 18:42:57 -07: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.

Matrix Chat: #rust-reddit-fediverse:matrix.org

ActivityPub API.md

Goals

  • Come up with a name / codename.
  • Must have communities.
  • Must have threaded comments.
  • Must be federated: liking and following communities across instances.
  • Be live-updating: have a right pane for new comments, and a main pain for the full threaded view.
    • Use websockets for post / gets to your own instance.

Questions

  • How does voting work? Should we go back to the old way of showing up and downvote counts? Or just a score?
  • Decide on tech to be used
    • Backend: Actix, Diesel.
    • Frontend: inferno, typescript and bootstrap for now.
  • Should it allow bots?
  • Should the comments / votes be static, or feel like a chat, like flowchat?.
    • Two pane model - Right pane is live comments, left pane is live tree view.
    • On mobile, allow you to switch between them. Default?

Resources / Potential Libraries

TODOs

  • Endpoints
  • DB
  • Followers / following