Merge pull request 'added my own express-activitypub fork' (#33) from lime360/delightful-activitypub-development:main into main

Reviewed-on: https://codeberg.org/fediverse/delightful-activitypub-development/pulls/33
This commit is contained in:
Arnold Schrijver 2024-11-01 11:41:07 +00:00
commit 5812f67453

View file

@ -72,6 +72,8 @@ A curated list of resources for ActivityPub developers who create software for t
* [**ActivityPub-PHP**](https://github.com/pterotype-project/activitypub-php) ([Fedi account](https://mastodon.technology/@jdormit)): A PHP implementation of the ActivityPub protocol (used in Pterotype plugin). `MIT, PHP` * [**ActivityPub-PHP**](https://github.com/pterotype-project/activitypub-php) ([Fedi account](https://mastodon.technology/@jdormit)): A PHP implementation of the ActivityPub protocol (used in Pterotype plugin). `MIT, PHP`
* [**ActivityPub Starter**](https://codeberg.org/lime360/activitypub-starter): A fork of express-activitypub with additional support for multiple SQL databases and NodeInfo. `MIT, JavaScript`
* [**ActivityPub Starter Kit**](https://github.com/jakelazaroff/activitypub-starter-kit): A tiny, single user ActivityPub server, meant to be a starting point for your own ActivityPub projects. `MIT, Typescript` * [**ActivityPub Starter Kit**](https://github.com/jakelazaroff/activitypub-starter-kit): A tiny, single user ActivityPub server, meant to be a starting point for your own ActivityPub projects. `MIT, Typescript`
* [**activityPub4j**](https://github.com/msummers/activityPub4j): W3C ActivityPub and ActivityStreams implementation in Java using Spring Boot. `Apache-2.0, Java` * [**activityPub4j**](https://github.com/msummers/activityPub4j): W3C ActivityPub and ActivityStreams implementation in Java using Spring Boot. `Apache-2.0, Java`