Home
Softono
serverless-activitypub

serverless-activitypub

Open source JavaScript
40
Stars
5
Forks
3
Issues
2
Watchers
8 years
Last Commit

About serverless-activitypub

An implementation of an ActivityPub Server.

Platforms

Web Self-hosted

Languages

JavaScript

Links

Build Status

serverless-activitypub

An implementation of an ActivityPub conformant Server.

Progress

  • [x] Social API protocol
  • [ ] Notification filtering and delivery
  • [ ] Uploading media
  • [ ] Federated Server conformance
  • [ ] Actor trust (possibly with 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

$ npm install serverless -g
$ npm install
$ JWT_SECRET="some_secret" API_BASE="https://example.com/ap" serverless deploy