Experimental video chat app with NodeJS, Socket.io, PeerJS and WebRTC
To get started, clone the project and install the packages
npm run install
# or
yarn install
Open a new terminal window and run
npm run dev
# or
yarn dev
Open another terminal window and run
npm run peerjs --port 3005
# or
yarn peerjs --port 3005
- Flesh out a proper user interface
- Convert app to TypeScript
- Switch frontend to ReactJS
- Deploy and host project