A peer-to-peer key-value storage system implemented in Go.
Efficient data storage and retrieval across multiple nodes.
Mostly just me trying to learn some Go.
- Key-Value storage system
- P2P architecture for distributed storage
- TCP transport layer for inter-peer communication
Based on anthdm's youtube videos.