p icon indicating copy to clipboard operation
p copied to clipboard

Peer-to-peer networking with browsers

Results 4 p issues
Sort by recently updated
recently updated
newest added

I did this; npm install -g onramp; # installs the onramp server npm install -g p-examples; # installs the p examples server onramp& # start the onramp server in the...

I did build a P2P datasharing system with "P", using Chrome as testbrowser. This is ment for very fast distributing short and realtime messages with a few feeding servers in...

The variable onramp appears in the html examples, but it is never declared or initialized. For example in the walkthru ``` javascript onrampServer.on('message', function(peerAddress){ // 3. Connect to another browser...