Project details( link: https://code-collaboration-app.herokuapp.com/)
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.
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.
