Skip to content

Ping is an application of Peer.js WebRTC implementation, using a P2P connection to stream media and data to remote peers using only generated id(s)

Notifications You must be signed in to change notification settings

Johnmiicheal/PinG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

PiNG

Built using JavaScript=> Peer.js

PeerJS wraps the browser's WebRTC implementation to provide a complete, configurable, and easy-to-use peer-to-peer connection API. Equipped with nothing but an ID, a peer can create a P2P data or media stream connection to a remote peer.

USAGE

  • Include the library <script src="https://unpkg.com/peerjs@1.4.5/dist/peerjs.min.js"></script>
  • Create a peer var peer = new Peer();

TODO

  • Build a better user interface

  • Add socket and routing so you can select online peers and ping them

Inspired by George Hotz: He also did something similar on his live stream...

About

Ping is an application of Peer.js WebRTC implementation, using a P2P connection to stream media and data to remote peers using only generated id(s)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published