sehz / fluvio-client-wasm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 run-fluvio-websocket-proxy in one terminal.
  • make test will run the rust tests in a headless browser.

About

License:Apache License 2.0


Languages

Language:Rust 76.5%Language:JavaScript 22.1%Language:Makefile 1.1%Language:HTML 0.2%Language:TypeScript 0.1%