Skip to content

Latest commit

 

History

History

browser-webrtc

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Rust-libp2p Browser-Server WebRTC Example

This example demonstrates how to use the libp2p-webrtc-websys transport library in a browser to ping the WebRTC Server. It uses wasm-pack to build the project for use in the browser.

Running the example

Ensure you have wasm-pack installed.

  1. Build the client library:
wasm-pack build --target web --out-dir static
  1. Start the server:
cargo run
  1. Open the URL printed in the terminal