@colinsmatt11 @deno_land I want to build an ActivityPub node in this. These are my notes so far:
- Deno
- Hono https://github.com/honojs/hono
- Prisma https://www.prisma.io
- Postgres
- Background jobs: ???
I’m a little stuck on background jobs, because I want something like Oban ( https://github.com/sorentwo/oban ) that uses the Postgres DB to store its job queue.