Skip to content

Demonstrates a super basic way of setting up a local network webrtc connection without any kind of server.

Notifications You must be signed in to change notification settings

nongchangnongchang/localWebRTC

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

This is a bare bones demonstration of how to create a WebRTC connection without any kind of server involved what so ever. Instead of using a server, you connect the clients manually to make it easier to understand what is actually going on. Currently I have only successfully tested this with two chrome windows on different machines on the same local network. Firefox does not work right now and throws errors. I have not yet bothered testing any other browser. Feel free to test and submit your results.

This is a modified version of the code in this thread on stackoverflow https://stackoverflow.com/questions/54980799/webrtc-datachannel-with-manual-signaling-example-please

About

Demonstrates a super basic way of setting up a local network webrtc connection without any kind of server.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 100.0%