Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brooksn/serverless-activitypub
An implementation of an ActivityPub Server.
https://github.com/brooksn/serverless-activitypub
activitypub serverless
Last synced: about 2 months ago
JSON representation
An implementation of an ActivityPub Server.
- Host: GitHub
- URL: https://github.com/brooksn/serverless-activitypub
- Owner: brooksn
- Created: 2017-02-27T22:37:55.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-29T01:59:14.000Z (over 6 years ago)
- Last Synced: 2024-04-13T12:57:38.471Z (9 months ago)
- Topics: activitypub, serverless
- Language: JavaScript
- Size: 79.1 KB
- Stars: 40
- Watchers: 3
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/brooksn/serverless-activitypub.svg?branch=master)](https://travis-ci.org/brooksn/serverless-activitypub)
# serverless-activitypub
An implementation of an [ActivityPub](https://www.w3.org/TR/activitypub) conformant Server.## Progress
- [x] Social API protocol
- [ ] Notification filtering and delivery
- [ ] Uploading media
- [ ] Federated Server conformance
- [ ] Actor trust (possibly with [Vouch](https://indieweb.org/Vouch))
- [ ] Server-to-server authentication
- [ ] Validation against Federation Protocol test suite
- [ ] Account administration through a web client
- [ ] Express.js server support for deployment on more platforms## Deploy
```bash
$ npm install serverless -g
$ npm install
$ JWT_SECRET="some_secret" API_BASE="https://example.com/ap" serverless deploy
```