https://github.com/uberfig/bayou
a wip activitypub implimentation written in rust - kinda abandoned now
https://github.com/uberfig/bayou
activitypub activitypub-server fediverse fediverse-server instant-messaging microblog rust versia
Last synced: 4 months ago
JSON representation
a wip activitypub implimentation written in rust - kinda abandoned now
- Host: GitHub
- URL: https://github.com/uberfig/bayou
- Owner: uberfig
- License: agpl-3.0
- Created: 2024-08-07T00:41:43.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-08T02:33:52.000Z (over 1 year ago)
- Last Synced: 2025-04-12T09:12:50.751Z (about 1 year ago)
- Language: Rust
- Homepage:
- Size: 771 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
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)