gemini-capsule

My gemini capsule
git clone git://jb55.com/gemini-capsule
Log | Files | Refs

chibipub.gmi (673B)


      1 
      2 # chibipub
      3 
      4 chibipub is a small ActivityPub node written in C. It is designed to be simple and lightweight. It is designed as a single-user instance but that could change in the future.
      5 
      6 ## Code
      7 
      8 git clone git://jb55.com/chibipub
      9 
     10 ## Contributing
     11 
     12 You can send patches and bugs to jb55@jb55.com
     13 
     14 ## News
     15 
     16 ### 2021-03-12
     17 
     18 chibipub can receive and validate activitypub messages. Right now it just saves it into a file. Work still needs to be done to support validating messages in realtime, as well as producing side effects such as accepting follow requests or sending messages.
     19 
     20 I also plan on adding mastodon API support so that you can access it via your preferred app.