Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 573 Bytes

README.md

File metadata and controls

45 lines (28 loc) · 573 Bytes

Exposure.vid

Experimental video chat app with NodeJS, Socket.io, PeerJS and WebRTC

Get started

To get started, clone the project and install the packages

npm run install

# or

yarn install

Run project

Open a new terminal window and run

npm run dev

# or

yarn dev

Run PeerJS

Open another terminal window and run

npm run peerjs --port 3005

# or

yarn peerjs --port 3005

Todo

  • Flesh out a proper user interface
  • Convert app to TypeScript
  • Switch frontend to ReactJS
  • Deploy and host project