Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amydevs/verces
WIP ActivityPub Server Implemented in Next.js
https://github.com/amydevs/verces
activitypub next nextjs
Last synced: 29 days ago
JSON representation
WIP ActivityPub Server Implemented in Next.js
- Host: GitHub
- URL: https://github.com/amydevs/verces
- Owner: amydevs
- License: agpl-3.0
- Created: 2022-12-01T07:26:13.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-29T22:19:16.000Z (almost 2 years ago)
- Last Synced: 2024-04-13T14:34:40.765Z (8 months ago)
- Topics: activitypub, next, nextjs
- Language: TypeScript
- Homepage: https://verces.vercel.app
- Size: 520 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: Contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# Verces
A WIP server implementation of the ActivityPub protocol and Mastodon CRUD API.## What is this?
ActivityPub is a protocol for the intercommunication of servers in sharing information. It is generally used by social media platforms like Mastodon, Pixelfed, and Peertube.
Verces is a lightweight server implementation of the protocol so the low costs of serverless functions on services such as Vercel/Cloudflare can be utilized to create a federated social media platform that is more accessible to self-host.