Question

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?
Was it helpful?

Solution

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

Which platform is good to develop?

Webapps are entirely interpreted

OTHER TIPS

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

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.

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top