
Modular ActivityPub implementation as Express JS middleware to easily add decentralization and federation to Node apps
The activitypub-express (apex) is a modular implementation of the ActivityPub decentralized social networking protocol designed for NodeJS as ExpressJS middleware. It offers an interchangeable storage interface with a default MongoDB implementation.
In summary, activitypub-express (apex) provides a flexible and versatile solution for implementing the ActivityPub decentralized social networking protocol in NodeJS using ExpressJS middleware. With its modular design, interchangeable storage interface, and support for custom side-effects and full platform integration, activitypub-express offers a comprehensive solution for developing social networking apps with ActivityPub.

Express.js is a simple Node.js framework for single, multi-page, and hybrid web applications.