Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 759 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 759 Bytes

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

Integration tests are defined in the tests directory.

  • make run-fluvio-websocket-proxy in one terminal.
  • make test will run the rust tests in a headless browser.