日本語のREADMEはこちらです: README.ja.md
This project provides a simple ActivityPub server built with Deno.
- Implements the ActivityPub protocol
- Supports creating, sharing, and receiving ActivityPub notes
- Customizable entrypoint URL
-
Set your entrypoint URL in the
entrypoint.txtfile:https://your-domain.example/ -
Run the server with the desired port number:
deno run -A server.js 8015
To check the server's behavior, fetch content with the Accept: application/activity+json header:
deno run -A client.js [url]MIT License — see LICENSE.