leighleighleigh / workflow-rs-wasm-terminal-websocket

A mutant example combining the in-browser terminal + websocket client of `workflow-rs`

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WORK IN PROGRESS :)

# Getting started
cargo install mprocs bacon https websocat

# Off you go!
mprocs

# 'mprocs' is a task runner, configured by 'mprocs.yaml', which runs:
# - The BACKEND (bacon -> cargo run)
# - The FRONTEND (bacon -> wasm-pack build)
# - A HTTP server at localhost:8000 (http ./frontend/root/)
# - A websocket echo-server at localhost:9090 (websocat)

About

A mutant example combining the in-browser terminal + websocket client of `workflow-rs`


Languages

Language:Rust 96.6%Language:HTML 2.3%Language:Shell 1.1%