From e9d881ae898cd21e2af30b1825d90b17b03690f1 Mon Sep 17 00:00:00 2001 From: Michael Royal <45159366+mikeroyal@users.noreply.github.com> Date: Wed, 21 Jun 2023 16:22:23 -0700 Subject: [PATCH] Added Lemmy and Lemmy related tools to Social section. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 272edb3..226a4fa 100644 --- a/README.md +++ b/README.md @@ -1738,6 +1738,14 @@ Minio's test-server called "play" is already configured in the default client, y [ActivityPub](https://activitypub.rocks/) is a decentralized social networking protocol based on the ActivityStreams 2.0 data format. It provides a client to server API for creating, updating and deleting content, as well as a federated server to server API for delivering notifications and subscribing to content. +[Lemmy](https://github.com/LemmyNet/lemmy) is similar to sites like Reddit, Lobste.rs, or Hacker News. Where you subscribe to forums you're interested in, post links and discussions, then vote, and comment on them. Behind the scenes, it is very different; anyone can easily run a server, and all these servers are federated, and connected to the same universe, called the Fediverse. + +[Lemmy-UI](https://github.com/LemmyNet/lemmy-ui) is the official web app for [Lemmy](https://github.com/LemmyNet/lemmy), written in inferno. + +[Mlem](https://github.com/buresdv/Mlem) is a Lemmy client for iOS. + +[Jerboa](https://github.com/dessalines/jerboa) is an Android client for Lemmy, a federated reddit alternative. + [GoToSocial](https://gotosocial.org/) is an [ActivityPub](https://activitypub.rocks/) social network server, written in Golang. [Berty](https://github.com/berty/berty) is a secure peer-to-peer messaging app that works with or without internet access, cellular data or trust in the network.