Skip to content
No description, website, or topics provided.
Branch: futures-0.3
Clone or download
Pull request Compare This branch is 4 commits ahead, 3 commits behind master.
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
src
.gitignore
Cargo.lock
Cargo.toml
LICENSE-APACHE
LICENSE-MIT
README.md
package.json

README.md

coap-browse

A UI for making requests to CoAP servers. Intended to be a non-browser-extension based alternative to Copper. Still very much a prototype.

Running

This is a sort of hybrid local/web application, similar to Electron based apps, but instead of bundling a whole web browser it runs a small rendering engine in your normal browser and streams virtual DOM changes to this over a WebSocket from a Rust backend.

Start the backend server:

$ cargo run

Start the frontend server:

$ npm install
$ npm start

Load the frontend webpage in your browser

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you shall be dual licensed as above, without any additional terms or conditions.

You can’t perform that action at this time.