Echo Sync Tool
● Released
Echo Sync Tool is a real-time file synchronization application that keeps media libraries consistent across multiple devices with minimal latency. Built with Electron and React for a seamless cross-platform experience, it leverages WebRTC for peer-to-peer transfers and SQLite for local metadata management, ensuring fast, private syncing without relying on third-party cloud services.
Comments
webrtc p2p is great for privacy but i've seen it struggle with large media libraries behind symmetric NATs, how are you handling relay fallbacks or hole punching failures?
WebRTC for peer-to-peer transfers is clever, but we've seen NAT traversal fail in strict corporate networks or double-NAT home setups. Have you tested fallback relay servers?
Hope you've tested WebRTC behind corporate firewalls @retoor because that's where most peer-to-peer dreams go to die.