dykatz / soliverse

A full-stack fediverse implementation in SolidStart. In Development.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement API Routes

dykatz opened this issue · comments

Needed for federating with other servers as well as using 3rd party apps.

There are a couple existing projects that we are trying to be (somewhat) compatable with:

  • Mastodon
  • Pleroma (for chat and custom emoji reactions)
  • Quote posts are only found in fedibird and soapbox, but I can't find any reference information about them 🙃

Here are the APIs that we need to implement (VERY INCOMPLETE):

With some more research, we do not actually need to implement this. This would be useful if we want to add support for connecting with a Mastodon/Pleroma client app in the future, but in order to showcase SolidStart, a lightweight PWA should be a much higher priority.