Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/therustmonk/desktopping

Safe Browser-to-Desktop modular bridge
https://github.com/therustmonk/desktopping

Last synced: 17 days ago
JSON representation

Safe Browser-to-Desktop modular bridge

Awesome Lists containing this project

README

        

# HON - browser-to-desktop bridge

Modern applications are web-applications, but some tasks needs traditional desktop environment.
There are some node.js based solutions to pack it with chromium engine and provide as development tools.
But it doesn't help to turn browser web-application into desktop.

HON provides cross-platform runtime and secure API to use user's OS environment and doing some job.

# Building

To build HON you have to use Rust with Cargo. Clone this repository and build with the following command:

```sh
cargo build
```