Skip to content

UI for finnhub.io live trades websocket API, written in Rust, compiled to WASM

Notifications You must be signed in to change notification settings

lloydmeta/finnhub-ws-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

finnhub.io Websocket UI in Rust Continuous integration

A WASM app written in Rust using Yew that consumes the finnhub.io trades websocket API to list trades as they come in, with some basic colour coding.

The working version is published at beachape.com/finnhub-ws-rs.

Areas explored:

Building

Install needed tools

cargo install wasm-pack

Build

wasm-pack build --target web --out-name wasm --out-dir ./static

Running locally

cargo +nightly install miniserve
miniserve ./static --index index.html

Releases

No releases published

Packages

No packages published