fedify
fedify copied to clipboard
ActivityPub server framework in TypeScript
On the following page in the docs https://fedify.dev/manual/send there is a section about how to exclude followers who live on the same server as the sender of a message. The...
Currently, Fedify processes the tasks that come into the message queue one at a time, but we need to parallelize them to increase throughput.
[Deno 1.45.0 introduced support for workspaces and monorepos.](https://deno.com/blog/v1.45#workspace-support) However, there are still some challenges that need to be addressed before we can use this feature in the Fedify project: -...
It would be great to have more example code.
According to its [official website][1]: > Apache Kafka is an open-source distributed event streaming platform used by thousands of companies for high-performance data pipelines, streaming analytics, data integration, and mission-critical...
A RabbitMQ implementation of [MessageQueue](https://jsr.io/@fedify/fedify/doc/federation/~/MessageQueue) just like the one for Redis would be great as a message broker. Thanks!
https://mymath.rocks/objects/ee4b8487-1ba2-4041-b7fd-744d5eface64 (defunct)  https://codeberg.org/fediverse/fep/src/branch/main/feps/fep-4adb.md https://codeberg.org/fediverse/fep/src/branch/main/feps/fep-612d.md Pending support in Kitsune and Pixelfed: - https://github.com/kitsune-soc/kitsune/issues/217 - https://mastodon.social/@dansup/112592047421088448
It would be nice to have the official integration with [Nuxt](https://nuxt.com/)!
npm et al supports [`engines` property](https://docs.npmjs.com/cli/v10/configuring-npm/package-json#engines) in *package.json*, which indicates versions of supported runtime engines, e.g., Node.js v20+. As we use [dnt](https://github.com/denoland/dnt) for generating *package.json*, we need to specify it...