An open API service indexing awesome lists of open source software.

https://github.com/misterhat/peer-test

multiple peer connection demo
https://github.com/misterhat/peer-test

nodejs p2p p2p-chat simple-peer webrtc

Last synced: about 1 month ago
JSON representation

multiple peer connection demo

Awesome Lists containing this project

README

          

# peer-test
multiple peer connection demo. utilizes a psuedo server-\>client model.

## demonstration

[![demonstration video](./demo.png)](
https://raw.githubusercontent.com/misterhat/peer-test/master/demo.webm)

## installation

git clone https://github.com/misterhat/peer-test
cd peer-test/ && npm install && npm run build
node app

## usage
connect to the IP on port `1338` with the hash `#server` on one browser, and
then load the page without `#server` from as many browsers as you wish.

## license
Copyright (C) 2018 Zorian Medwid

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License
along with this program. If not, see http://www.gnu.org/licenses/.