This is the browser wasm client for fluvio. This is meant to be used via javascript in a web browser.
This project is currently setup to be used via rollup.
Setup fluvio with a --local
cluster installation locally then run the
following:
make run-fluvio-websocket-proxy
To use hotreloading for the contents of
js/index.js
make webpack-dev
Now go edit js/index.js
to try your work.
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.