A simple P2P video-call app implemented with WebRTC
Navigate to aloha.ncode.uy, copy the room link and share it with a friend.
I implemented Aloha while writing a blog post to show other developers how easy it is to share a multimedia stream over a P2P connection using WebRTC. If you'd like to learn more about the inner workings of aloha here is the blog post.
- Clone the repo.
git clone https://github.com/ngonzalvez/aloha.git
- Install the dependencies.
cd aloha && npm install
- Run it.
npm start
express
socket.io
WebRTC