Google is building a Chrome app-based development environment
41–50 of 102 posts
Re: Google is building a Chrome app-based development environment
#42Re: Google is building a Chrome app-based development environment
#43Q. Why? A. Node-WebKit Apps aren't crippled with the sandboxing of the Chrome App API and easily let me target Win/Lin/OSX without requiring the Chrome runtime.
FWIW, I like ChromeOS and would buy a couple of ChromeBoxes for family members, if they had reasonably sized hard drives (200+GB)(SATA) for pictures & videos, and weren't so dependent on Google Drive. Non-tech savvy _NEED_ ChromeOS, they don't need GDrive.
How many of us need yet another IDE for HTML5, CSS & JS? Not me, thanks though. Please Google, get back to autonomous cars and get serious about ChromeOS already.
Re: Google is building a Chrome app-based development environment
#44Earlier quoted context omitted.
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.
Is there someway to do standalone installs as well? It seems like that might be against Google's motives in getting everyone to use Chrome as a browser, but it would make it easier to distribute applications in a "traditional" manner. Plus, it would be nice to have dedicated icons, etc...
Re: Google is building a Chrome app-based development environment
#45> Dart meanwhile is Google’s open-source Web programming language, which has an ultimate goal of replacing JavaScript. Polymer is Google’s library for the Web, built on top of Web Components, and “designed to leverage the evolving web platform on modern browsers.” Go, Dart, Angular.js and now Dart and Polymer. Am I the only one seeing the next wave of confusions?
Because the web was simple and homogenous before this?
There is a certain degree of peer pressure coming from our co-workers and our webdev community - if you are programming in PHP you are doing it wrong or if you are still doing MVC and not single-page app or node.js you are behind the trend. I have little knowledge about what Dart does but from multiple sources people seem to think Dart is Google's alternative to Javascript, which makes me uncomfortable because I start to feel like I am at the second Web/browser war where large organizations like Google is pushing their own version of "Javascript" (back then we got what? javascript, active script? etc?).
Re: Google is building a Chrome app-based development environment
#46Re: Google is building a Chrome app-based development environment
#47Earlier quoted context omitted.
Is there someway to do standalone installs as well? It seems like that might be against Google's motives in getting everyone to use Chrome as a browser, but it would make it easier to distribute applications in a "traditional" manner. Plus, it would be nice to have dedicated icons, etc...
https://github.com/rogerwang/node-webkit
Re: Google is building a Chrome app-based development environment
#48Re: Google is building a Chrome app-based development environment
#49Earlier quoted context omitted.
https://github.com/rogerwang/node-webkit
Can you run Chrome Apps with that though? It looks like it might be just nodejs.