Interfiles
A distributed file system in Go built over raw TCP, with a master server handling coordination and peer discovery while peers transfer files directly.
RepositoryDraft note: This write-up is placeholder content for the Interfiles project. The sections below will be replaced with the final walk-through.
Problem
Placeholder: describe the problem this project solves and who it is for.
Approach
Placeholder: outline the overall approach and how the project is structured.
Technical Decisions
Placeholder: document key technical decisions and the trade-offs behind them.
Challenges
Placeholder: list the hardest challenges encountered and how they were resolved.
Lessons
Placeholder: note what you learned and what you would do differently next time.