wasm-bindgen/examples/webrtc_datachannel
2021-02-26 10:38:04 -06:00
..
src Fix typo (#2344) 2020-11-05 11:13:25 -06:00
Cargo.toml Bump to 0.2.71 (#2468) 2021-02-26 10:38:04 -06:00
index.html [Examples] Add WebRTC DataChannel example (#2131) 2020-05-12 14:00:33 -05:00
index.js [Examples] Add WebRTC DataChannel example (#2131) 2020-05-12 14:00:33 -05:00
package.json [Examples] Add WebRTC DataChannel example (#2131) 2020-05-12 14:00:33 -05:00
README.md [Examples] Add WebRTC DataChannel example (#2131) 2020-05-12 14:00:33 -05:00
webpack.config.js [Examples] Add WebRTC DataChannel example (#2131) 2020-05-12 14:00:33 -05:00

WebRTC DataChannel Example

View documentation for this example online or View compiled example online

You can build the example locally with:

$ npm run serve

and then visiting http://localhost:8080 in a browser should run the example!