Skip to content

Introduction

With ActivityPods 2.0, all applications have a backend part. Since the application is also an ActivityPub actor, it can communicate with the Pod in various ways.

At a minimum, this backend must handle application registration. This is where you will define your access needs, i.e. what kind of resources you need to read or write. There are also special rights that are specific to ActivityPods, such as the ability to listen to a user’s inbox or outbox.

But you can easily extend the backend to handle side effects or “business logic”:

We use SemApps, which itself rely on the Moleculer micro-services framework.

Developing with other languages

Since we are using documented standards and protocols, you can use any language you want to create your backend. In that case, you should have a look at the design section to know about these standards. But if you want to quickly try ActivityPods, we would recommend to test our built-in components.