U-C-S / Hurl

Choose the browser on the click of a link
MIT License
252 stars 8 forks source link

Experiment: Hurl Proxy Launcher #123

Closed U-C-S closed 3 weeks ago

U-C-S commented 3 weeks ago

A small experiment to have a proxy application handle the startup and args forwarding instead of launching a new Hurl application instance, which I believe is the cause for slow startup.

Proxy application is written in Rust, uses Tokio Named Pipes to forward data to existing Hurl instance

U-C-S commented 3 weeks ago

Damn.... This is actually super fast

I just removed old way of single instancing, used the proxy which just passes the cli args it gets to the main app. Will need to do some stuff. then will do a alpha release for this.

U-C-S commented 3 weeks ago

TODO: