ECO: A private, P2P file-sharing utility π using bit-level compression π for lightning-fast β‘, serverless data exchange π°οΈ.
ECO: (Efficient Compressed Operations)
β‘ One-Line Pitch-
π Zero-Knowledge Privacy Unlike cloud services (Drive/Dropbox), ECO never "holds" your data. Files are streamed directly from the sender's RAM to the receiver's RAM. No middleman, no logs, no leaks.
π Ultra-Fast Transfer By implementing a custom Huffman Coding algorithm in JavaScript, we compress text-heavy data (logs, code, JSON) locally before it enters the network. Smaller payloads = faster arrival.
π True P2P "Binding" Utilizing WebRTC Data Channels, we establish a direct encrypted "pipe" between two devices. Once the connection is "plugged in," the central server is completely bypassed.
The Logic π§ Huffman Coding Bit-level data optimization built from scratch (no standard libraries).
The Connection π°οΈ WebRTC Direct browser-to-browser transport for zero-latency exchange.
The Interface π¨ Tailwind CSS A lightweight, professional UI focused on user experience.