An Omegle-like anonymous video chat built with Socket.IO and Express, kept as simple as possible.
I created this project for learning purposes, and I might add a chat option later.
First, clone the repository and navigate to the directory:
git clone https://github.com/RuskyDev/video-with-people && cd video-with-people
Install the required npm packages:
npm install
Then start the server:
npm run start