/fluvio-client-wasm

Primary LanguageRustApache License 2.0Apache-2.0

About

This is the browser wasm client for fluvio. This is meant to be used via javascript in a web browser.

🚴 Usage

This project is currently setup to be used via rollup.

Development

Setup fluvio with a --local cluster installation locally then run the following:

  • make run-fluvio-websocket-proxy

Hot Reloading

To use hotreloading for the contents of js/index.js

  • make webpack-dev

Now go edit js/index.js to try your work.

Rust Tests

  • make test will run the rust tests in a headless browser.