wasm-bindgen/examples/webrtc_datachannel
Yuji Sugiura f94e3772bb
[Examples] Add WebRTC DataChannel example (#2131)
* Add WebRTC DataChannel example

* Add guide

* Fix format

* Use webpack to build example
2020-05-12 14:00:33 -05:00
..
src [Examples] Add WebRTC DataChannel example (#2131) 2020-05-12 14:00:33 -05:00
Cargo.toml [Examples] Add WebRTC DataChannel example (#2131) 2020-05-12 14:00:33 -05: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!