A video chat application built with Node.js, Socket.io and WebRTC.
/server.js
- entry point of the application, configures the server/action.html
- main frontend entry point of the application/Public/Assets
- contains the frontend images and logos.
- Video chat with multiple users
- Live chat
- Meeting Recording
- Screen-Sharing
- File-Sharing
Client: HTML, CSS, JS
Server: Node, Express, Socket.io, MongoDB
https://drive.google.com/file/d/1kekEtc2LjXDABZoCbx-LXwOI0GQs37kN/view?usp=drive_link
Clone the repository, cd into the folder and then run
npm install
Then run
node server
to run the application.
Contributions are always welcome!
See contributing.md
for ways to get started.
Please adhere to this project's code of conduct
.