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
- Host: GitHub
- URL: https://github.com/misterhat/peer-test
- Owner: misterhat
- License: agpl-3.0
- Created: 2018-02-24T18:42:16.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T22:11:15.000Z (over 3 years ago)
- Last Synced: 2025-02-16T12:57:33.081Z (over 1 year ago)
- Topics: nodejs, p2p, p2p-chat, simple-peer, webrtc
- Language: JavaScript
- Size: 1.38 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# peer-test
multiple peer connection demo. utilizes a psuedo server-\>client model.
## demonstration
[](
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/.