Skip to content

yigitkucuk/queri

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Queri

Query is a WebRTC based online video chat application inspired by Web Dev Simplified's video chat application.

Warning

Modules of this project are not included in this git repository, so you cannot use it as it is. Download these from the command prompt embedden in VSC:

  • npm init -y
  • npm i express ejs socket.io
  • npm i uuid
  • npm i --save-dev nodemon

To run the server:

  • npm run devStart

To install and run peerjs:

  • npm i -g peer
  • peerjs --port 3001

About

A WebRTC based video chat room.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published