Email or username:

Password:

Forgot your password?
Darius Kazemi

Damn... Fedify is really good. It seems like the ActivityPub library I always wanted for Node applications (rather than a reference server like the one I created for ExpressJS).

I love that it's built so you can take an existing app and quickly drop in the federation features you need (like oh okay I need my application to Follow/Accept/Reject/Undo and have the ability to Create an Article but that's it, cool, Fedify has me covered)

fedify.dev/tutorial/basics

6 comments
Shrutarshi Basu

@darius I’m planning on building atop it soon, looks like a really high quality library.

Gloopsies :fedora:

@darius

I wanted something like this to add my (not yet released) blog to connect it to fedi, but I would love it if I could find something that is not runtime reliant instead

Darius Kazemi

@gloopsies I don't know what you mean by something that is not runtime reliant

Gloopsies :fedora:

@darius

Something that doesn't need a specific runtime like node or python, I searched for similar stuff and found a go library github.com/go-fed/apcore

Darius Kazemi

@gloopsies I think my mental model is preventing me from understanding you here.

Gloopsies :fedora:

@darius

I want something that I can compile to a simple binary without needing to setup node or python environment with all the dependencies and language specific package managers

Go Up