Skip to content

itsmohitkr/code-collaboration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hi 👋 everyone !!


Build a real-time web application(code-collaboration-app) using socket.io that allows users to code collaboratively, instead of sharing the whole screen, all you just need to code on the live editor of the application, and your code would be visible to your peer one. you can ask for a review and edit with them.
apart from that, I have also added the video and text chat features with notifications about the new joinee and also if the user left the chat.

Project and files structure:


this application takes the new joinee name through the prompt box as you visit the website. there is also an option to get a shareable link to let other users join.

Tools used : I have used Node.js, Express.js, and socket.io( which is a javascript library that enables real-time, bidirectional, and event-based communication.) apart from that, I have also used UUID npm packages for generating a unique key for each user which is further concatenated with home route API. and client-side interface has been build using javascript, hbs, and CSS.

Screenshots:


alt text

thanks !!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors