Skip to content

Latest commit

 

History

History
56 lines (33 loc) · 864 Bytes

README.md

File metadata and controls

56 lines (33 loc) · 864 Bytes

BitSync

A peer to peer file sharing web app designed to make file sharing seemless and secure, connecting the power of Socket.io, Node JS to connect users in real time allowing them to effortlessly share files.

Preview

App Screenshot

Authors

Live

https://bitsync.onrender.com/

Features

  • Login Free
  • Room based
  • Light/dark mode toggle
  • Live previews
  • Fullscreen mode
  • Cross platform

Run Locally

Clone the project

  git clone https://github.com/ankitdubey121/bitsync.git

Go to the project directory

  cd bitsync

Install dependencies

  npm install

Start the server

  node server.js