Skip to content

A Tech-Interview Application with video conferencing, chat, talk, and Integrated IDE.

License

Notifications You must be signed in to change notification settings

noobguy77/Rendezvous

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rendezvous

A Tech-Interview x Zoom Application. Submssion for MODIFEST Hackathon Verdict - Placed 3rd

Tech-stack -

  • HTML, CSS and ejs (for front-end interface)
  • Node.js and Express.js (for back-end server)
  • Socket.io (for real-time interaction and changes displayed between the client and the server)
  • PeerJS (to share audio and video streams between different parties)

Features of this app -

  • Create a meeting and Join an existing meeting
  • Video Sharing
  • Talk and Listen
  • Multi party meeting
  • Integrated IDE with realtime changes shown to all parties in the meeting
  • Input,Output and most of the errors are handled and displayed in realtime

Installation Guide -

  1. Install Node.js. Check using the following commands in the terminal -
$ node -v
  1. Open your terminal and run the following - fork the repo
$ git clone <clone link>
$ cd <project path>
$ npm install
$ node server

or

$ nodemon server
  1. Now, the server is running, open the link http://localhost:6969 to access the application

Contributors-

About

A Tech-Interview Application with video conferencing, chat, talk, and Integrated IDE.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published