Skip to content

ngonzalvez/aloha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Super simple P2P video-call app implemented using WebRTC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published