Welcome to the Conference Video Call App! This is a simple web application built using Express, Socket.IO, Peerjs, and EJS that allows users to create and join video conference calls.
- Visit the site at videocall-express.onrender.com
- Simply enter a room ID that you want to create a new room.
- Tell your friends this room ID and they can join the same room.
- Create a new conference room using any room id you want.
- Join an existing conference room using the room ID.
- Real-time video and audio communication between participants in the same room.
- Secure and reliable communication.
- Simple and intuitive user interface for easy usage.
- Express: A fast, unopinionated, and minimalist web framework for Node.js.
- Socket.IO: A library that enables real-time, bidirectional, and event-based communication between the browser and the server.
- Peerjs: A library for WebRTC peer-to-peer communication.
- EJS: A simple and effective templating language to generate HTML markup with plain JavaScript.
Yes, I literally gathered 4 devices to make the demo and the one with blurry video is actually my broken webcam. 😆. PS. Message me if you ever want to have conversation with me on this app. 😃
- Clone/download this repository to your local machine.
- Use
npm i
to install dependencies. - Use
npm start
ornpm run dev
to start the server. - Go to localhost:5000 to see the running app.
- Custom Room ID
- Peer to Peer connection
- Multiple Users
- Simple UI
- Mute Audio / Hide Video
- Display names of users
Contributions are always welcome! If you find any issues with the application or want to add new features, please feel free to open an issue or submit a pull request.
This project is licensed under the MIT License.
Thanks to the developers of Express, Socket.IO, Peerjs, and EJS for their excellent libraries.