views:

265

answers:

4

Hello,

I was seeing about the release of Google Chrome OS, then I have some questions:

  • Where I can start to develop for it?
    • In which languages?
  • Which platform is good to develop?
    • Is possible to develop inside Chrome OS?
      • In which languages?
  • Is there any repository to share and download Chrome applications?
+7  A: 

Where I can start to develop for it?

Chrome OS is a bucket for the chrome browser. Just build a webapp and it will work

In which languages?

HTML5, CSS3, Javascript, gears for persistence

Which platform is good to develop?

Webapps are entirely interpreted

Matt Briggs
Some server-side code can be compiled like an ASP.Net web application project, for example.
JB King
Sure, but that's not compiling for Chrome OS.
Greg Hewgill
+11  A: 

A good start would to be understand what Chrome OS is.

shoosh
Harsh, but awesomely so.
aehiilrs
+1  A: 

You may try to learn how to write extensions for Chrome.

At this moment, they are not available at the current release, but they WILL be on the next one and you may bet they'll be available in some way on Chrome OS.

Kico Lobo
+3  A: 

Is it possible to develop inside Chrome OS?

You may be interested in the Bespin project from Mozilla Labs. They aim to provide an IDE (written within a HTML5 Canvas object) to edit websites on the fly, and in the cloud.

jamesh
Thanks very much!
Nathan Campos