Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emanguy/gossip-glomers
Solutions to fly.io's distributed systems challenge
https://github.com/emanguy/gossip-glomers
Last synced: 7 days ago
JSON representation
Solutions to fly.io's distributed systems challenge
- Host: GitHub
- URL: https://github.com/emanguy/gossip-glomers
- Owner: emanguy
- Created: 2023-03-03T05:23:20.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-03-03T05:23:30.000Z (over 1 year ago)
- Last Synced: 2024-10-11T01:41:12.196Z (about 1 month ago)
- Language: Rust
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gossip Glomers
Rust implementation of fly.io's [Gossip Glomers](https://fly.io/dist-sys/)
distributed systems challenge. Uses the [maelstrom-rs](https://docs.rs/maelstrom_rs/0.1.0/maelstrom_rs/)
library to communicate over the maelstrom protocol to other nodes.