# RORA - JavaScript Adapter
HTTP messages are good way to exchange data across the Internet, why not use them to exchange data between Rust/WASM and JavaScript.
## Development
1. install [cargo-watch](https://crates.io/crates/cargo-watch)
2. run `cargo-watch -w src -s 'npm run build'`