Skip to content

wellsjo/passenger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Passenger

Passenger is a lightweight chatroom utilizing WebRTC peer-to-peer browser connections, built over peerjs. The code can easily be altered to pass arbitrary information between browsers and the connection broker server. The server can also be modified to run remotely.

Here is a demo connecting and messaging between 9 browsers: alt tag

Install

git clone git@github.com:wellsjo/passenger.git
cd passenger
npm install
# creates a run script
./devify.sh 

Run Peer Server

# this will open your browser and start the local server
./run.sh

##License MIT

About

Real-time chat built on WebRTC peer-to-peer connections

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published