
A very simple reference implementation of an ActivityPub server using Express.js
Express ActivityPub Server is a simple standalone server that supports creating new Actors via API, discovering Actors via webfinger, and notifying followers of new posts. This reference implementation is designed to help users understand and implement ActivityPub support in their projects.
ngrok http 3000 (or your chosen port).DOMAIN field in config.json with the ngrok domain.Express ActivityPub Server is a useful tool for implementing basic ActivityPub support in projects. With features like creating new Actors via API, enabling webfinger discovery, and notifying followers of new posts, this server serves as a valuable reference implementation for developers looking to incorporate ActivityPub functionality in their applications.

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