Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/therustmonk/desktopping
- Owner: therustmonk
- Created: 2016-06-10T10:41:39.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-08-05T09:08:22.000Z (over 8 years ago)
- Last Synced: 2025-01-02T21:12:27.059Z (21 days ago)
- Language: Rust
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```