Google is building a Chrome app-based development environment
thenextweb.com
Google is building a Chrome app-based development environment
1–10 of 102 posts
Re: Google is building a Chrome app-based development environment
#2Re: Google is building a Chrome app-based development environment
#3I don't understand Chrome apps. They require installation and only work on Chrome, so they come with none of the benefits of the web. They are slower and uglier than native Windows/Mac/Linux apps. What's the point?
* Its an easy way to build simple(ish) cross-platform apps using HTML/CSS/Javascript. * A native app platform for Chromebooks * Promotion of your app the Chrome store. * For users their apps are available anywhere Chrome is.
Re: Google is building a Chrome app-based development environment
#4I don't understand Chrome apps. They require installation and only work on Chrome, so they come with none of the benefits of the web. They are slower and uglier than native Windows/Mac/Linux apps. What's the point?
Re: Google is building a Chrome app-based development environment
#5I don't understand Chrome apps. They require installation and only work on Chrome, so they come with none of the benefits of the web. They are slower and uglier than native Windows/Mac/Linux apps. What's the point?
Otherwise, the benefits are
- being able to develop in just HTML/CSS/JS
- being able to deploy to Windows, Linux, OSX, anywhere Chrome runs
- No infrastructure costs to host / distribute (unless your app has server-side functionality)
etc., etc.
Re: Google is building a Chrome app-based development environment
#6Re: Google is building a Chrome app-based development environment
#7I don't understand Chrome apps. They require installation and only work on Chrome, so they come with none of the benefits of the web. They are slower and uglier than native Windows/Mac/Linux apps. What's the point?
They are just apps that use the ChromeOS development library (JS, HTML, CSS and some custom APIs). Think of it like Cocoa on OS X. Except they can also run in the Chrome browser on other OSes. I don't understand why people get so riled up about this.
Plus, it would be nice to have dedicated icons, etc...
Re: Google is building a Chrome app-based development environment
#8Re: Google is building a Chrome app-based development environment
#9I don't understand Chrome apps. They require installation and only work on Chrome, so they come with none of the benefits of the web. They are slower and uglier than native Windows/Mac/Linux apps. What's the point?
Re: Google is building a Chrome app-based development environment
#10I don't understand Chrome apps. They require installation and only work on Chrome, so they come with none of the benefits of the web. They are slower and uglier than native Windows/Mac/Linux apps. What's the point?
- They work offline, like native apps, but are cross-platform, like web apps.
- You can develop and distribute them without running your own server infrastructure (the Chrome store will distribute them and the run locally).
- They work on ChromeOS