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 devand
npm run server- Add your Firebase config to
config.ts(More info)