Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uberfig/bayou
a wip activitypub implimentation written in rust
https://github.com/uberfig/bayou
activitypub activitypub-server fediverse fediverse-server instant-messaging microblog rust versia
Last synced: about 1 month ago
JSON representation
a wip activitypub implimentation written in rust
- Host: GitHub
- URL: https://github.com/uberfig/bayou
- Owner: uberfig
- License: agpl-3.0
- Created: 2024-08-07T00:41:43.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-11-04T03:08:04.000Z (3 months ago)
- Last Synced: 2024-11-04T03:25:14.690Z (3 months ago)
- Topics: activitypub, activitypub-server, fediverse, fediverse-server, instant-messaging, microblog, rust, versia
- Language: Rust
- Homepage:
- Size: 766 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Introduction
Bayou is an in development fediverse server written in rust with the goal of being a simple and reliable server with decent performance
Bayou is currently a work in progress and the migrations will be in a constant state of change until the first alpha. Because of this it sould not be run in production and it will have continuous major breaking changes.
Bayou is split into [bayou_server](/server) which will provide a full featured activitypub server and [bayou_protocol](/protocol) which provides bayou types as well as cryptography and protocol logic which can be enabled via features. Eventually a custom frontend for Bayou will be written using yew and the bayou_protocol types
Bayou intends to impliment the activitypub protocol as well as a secondary effort in implimenting the versia protocol. Bayou may impliment other protocols in the future but mastodon-activitypub is the core focus
# Environment Setup
for setting up your environment to run, check [environment setup](environment_setup.md)