Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lightpub-dev/lightpub
A lightweight ActivityPub implementation in Rust. Under development.
https://github.com/lightpub-dev/lightpub
activitypub fediverse rust
Last synced: 24 days ago
JSON representation
A lightweight ActivityPub implementation in Rust. Under development.
- Host: GitHub
- URL: https://github.com/lightpub-dev/lightpub
- Owner: lightpub-dev
- Created: 2024-01-02T04:58:38.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-09-18T05:07:39.000Z (about 2 months ago)
- Last Synced: 2024-09-30T06:41:37.479Z (about 1 month ago)
- Topics: activitypub, fediverse, rust
- Language: Rust
- Homepage:
- Size: 3.34 MB
- Stars: 5
- Watchers: 0
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lightpub
![server-test](https://github.com/lightpub-dev/lightpub/actions/workflows/server-test.yaml/badge.svg)
## Server 建て方
For instructions on how to set up the server, please see the README in the `rs` directory.## Frontend 建て方
1. `cd frontend`
2. `yarn install`
3. `yarn run dev`Rust version is available in rs directory.