Skip to content

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

License

Notifications You must be signed in to change notification settings

preshonyee/Exposure.vid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published