From 4140ca14ade7b3095f2afe44a2b9cff01c9aa72c Mon Sep 17 00:00:00 2001 From: Arnold Schrijver Date: Sun, 16 Jun 2024 19:15:38 +0200 Subject: [PATCH] Add Fedi to Libraries --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 777f65c..9e67ff3 100644 --- a/README.md +++ b/README.md @@ -118,6 +118,8 @@ A curated list of resources for ActivityPub developers who create software for t * [**Federation**](https://gitlab.com/jaywink/federation): Library to abstract social web federation protocols like ActivityPub, Diaspora and Matrix (see [docs](https://federation.readthedocs.io)) `BSD-3-clause, Python` +* [**Fedi**](https://github.com/pzingg/fedi): ActivityStreams and ActivityPub in Elixir. Based on a a literal translation from the go-fed package. `Apache-2.0, Elixir` + * [**FediKit**](https://github.com/fedikit/fedikit): Building Blocks for Fediverse. `MIT, TypeScript` * [**fedi-inbox**](https://gitlab.com/paulkiddle/fedi-inbox) ([Fedi account](https://meow.social/@stokes)): Basic Fediverse Inbox. Writing software is hard and time consuming. What's the most basic practical system that lets us connect to the fediverse? `-, Javascript`