Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 716 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 716 Bytes

Catapult

Netlify Status

Demo

A file sharing application inspired from Apple’s Airdrop

Functionality so far:

  • Create and join a room
  • Ping each other via sockets
  • Establish connection between sockets
  • Find users in local network
  • File sharing

Still in development

To set up the development environment

npm install

npm run dev

and

npm run server
  • Add your Firebase config to config.ts (More info)