ComingUp ComingUp
Jun 22, 2026 Productivity
file sharing folder-sharing peer_to_peer temporary websockets

Gallery

Socket2

About

The service lets you share an entire folder - not just a single file - with anyone on the Internet in a single click.Under the hood, GET responses are hydrated with file fragments streamed over a duplex WebSocket connection. Close the browser tab, and the server disappears. Files can also be password-protected.I built it because I needed a way to share a static website with a client without first uploading the work to a cloud service.

Comments (2)

Aglae Roob Aglae Roob 2 weeks ago

sharing folders instead of files makes sense

June Schimmel June Schimmel 1 week ago

how do you handle partial failures during fragment streaming?