A small library to build desktop apps using rust and modern web technologies. It uses Chrom(e/ium) browser for UI. It does not bundle chrome but instead communicates with the existing chrome installation. Thus rust functions can be called from the UI and javascript can be called Rust.
Alcro works similarily to the go library lorca so the name alcro is an anagram of lorca.
https://github.com/Srinivasa314/alcro/tree/master/examples
Alcro uses the Chrome DevTools protocol and communicates with it via a websocket.
To use pipes instead of websocket switch to the pipe branch. As of now headless chrome does not work.