Product · August 2024

LiteShare

A peer-to-peer file-sharing and communication platform that keeps transfers direct between users with WebRTC, while Socket.io coordinates sessions and real-time chat without intermediary storage.

About this project

  • Establishes peer-to-peer WebRTC connections so files can move directly between participants.
  • Uses Socket.io for signaling, room coordination, and real-time chat during a sharing session.
  • Keeps the sharing flow focused on two-person transfers without storing file contents on an intermediary server.

Technologies

Next.js · React · TypeScript · WebRTC · Socket.io