Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 797 Bytes

README.md

File metadata and controls

29 lines (25 loc) · 797 Bytes

aloha

A simple P2P video-call app implemented with WebRTC

 

Try it

Navigate to aloha.ncode.uy, copy the room link and share it with a friend.

About the project

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.

Installation

  1. Clone the repo.
git clone https://github.com/ngonzalvez/aloha.git
  1. Install the dependencies.
cd aloha && npm install
  1. Run it.
npm start

Built With

  • express
  • socket.io
  • WebRTC