Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

There should be a better way to develop privileged apps #3

Open
louisremi opened this issue Apr 14, 2015 · 0 comments
Open

There should be a better way to develop privileged apps #3

louisremi opened this issue Apr 14, 2015 · 0 comments

Comments

@louisremi
Copy link

I'm trying to build a bitTorrent client that runs as a standalone app, using HTML and JS. Surely I could build it using nw.js, except there are plenty of platforms where I couldn't install my app: firefox OS devices, chromebooks, chromecast, raspberry pis, matchsticks, etc.

Luckily, Chrome now allows to build Chrome apps that can run as standalone, privileged apps on the desktop or on a chromebook, and can be easily ported to run on chromecast and android, yay! Check out how easy it is to create your first app and launch it in its own window, using just the command-line: first app.

Since I am able to visit marketplace.firefox.com on my desktop computer, install apps and run them in their own window, I was certain I could develop apps intended to run on the desktop. After almost two hours of search (on mdn, on different wikis, different IRC channels), this plugin is the closest thing I could find... Please tell me I'm wrong and there's a better way : )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant