activity-kit VS activitypub-express

Compare activity-kit vs activitypub-express and see what are their differences.

activity-kit

An attempt to build a spec-compliant ActivityPub core library. (by michaelcpuckett)

activitypub-express

Modular ActivityPub implementation as Express JS middleware to easily add decentralization and federation to Node apps (by immers-space)
SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
activity-kit activitypub-express
4 1
94 287
- 0.0%
9.0 6.4
6 months ago 3 months ago
TypeScript JavaScript
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

activity-kit

Posts with mentions or reviews of activity-kit. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-16.
  • Develop a fediverse platform
    3 projects | /r/fediverse | 16 Mar 2023
  • chirp.social - It's like group chat for Mastodon.
    2 projects | /r/Mastodon | 25 Nov 2022
  • An efficient ActivityPub Server, for small installs with multiple domains
    6 projects | news.ycombinator.com | 24 Nov 2022
    Ahh this is so exciting to see so much happening in this space all of a sudden! My quest to get a personal instance running has been a long slog for me personally.

    I had been working on an ActivityPub server in Node.js/TypeScript for a while before the Twitter migration. It's got most of the features I'd want in a small server but it's basically bring-your-own-client at the moment.

    https://github.com/michaelcpuckett/activitypub-core

    Finding all the resources to build a complete server that can interact with other instances isn't easy, so maybe this can help someone. The spec is well worded, but the checklist is confusing, the test server is down, Mastodon has its own rules, etc. Plus you have to have at least a cursory knowledge of JSON-LD/RDF.

  • Show HN: Create Groups for Mastodon
    2 projects | news.ycombinator.com | 20 Nov 2022
    Hi all, I've had trouble adapting to Mastodon because your server is equated with your identity, but lots of servers are topic-oriented. To solve for that, I created this as a way to implement groups.

    You create an account and then whoever follows that account can @message them and then the account automatically boosts the original post.

    https://github.com/michaelcpuckett/ap-groups

    For context, first I built a mostly-working ActivityPub server in TypeScript/Node.js. I haven't quite figured out what to do as far as the client, but this seemed like a quick and easy solve for the groups issue.

    https://github.com/michaelcpuckett/activitypub-core

activitypub-express

Posts with mentions or reviews of activitypub-express. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-16.

What are some alternatives?

When comparing activity-kit and activitypub-express you can also consider the following projects:

takahe - An ActivityPub/Fediverse server

Habitica - A habit tracker app which treats your goals like a Role Playing Game.

ap-groups - Groups for the Fediverse

activity_pub - Modular ActivityPub library in Elixir