Tools for a good web development environment on Chrome OS

What webapps / tools would you recommend for a productive web browser workflow on Chrome OS?

I am currently using Sublime Text 2 with LiveReload on my Windows PC.

+4
source share
4 answers

You have many options today. Here are just a few:

  • Cloud9 , an IDE for JavaScript, Python, PHP, and Ruby. Cloud9 uses the capabilities of HTML5 FileSystem and AppCache to synchronize files, so you can even disable the code.
  • Neutron Drive seems like a good option with tight integration with Google Drive and multi-language support.
  • ShiftEdit - which give you many development options in your language: PHP, Ruby, HTML, CSS and JavaScript, and then using (S) FTP you can save your work to Dropbox or Google Drive.
  • Kodingen is another IDE that includes: a code editor, cloud hosting, database administration, and collaboration.
  • Codey is an easy-to-use code editor for HTML, PHP, CSS, JS.
  • Akshell . Server platform for developing and hosting JavaScript. They got built-in integrated git integration.
  • eXo Cloud IDE is an IDE that supports: HTML / CSS / JS and PHP / JAVA / RUBY and many other options.

For more information, here's an old post> I wrote this thread when the first Chromebook was launched.

+2
source
  • CodeAnyWhere is a code editor in a browser with an integrated FTP client, all popular web formats are supported (HTML, PHP, JavaScript, CSS and XML).
+1
source

goormIDE is an open source environment based on node.js for JavaScript, Python, PHP, JSP, C / C ++, JAVA, Ruby, Go, Dart, etc. it provides open source beta through github.com and the beta service on goorm.io, now. if you want this, just type "npm install goorm -g" for your local machine.

+1
source

Check out Caret if you like Sublime Text. This is a packaged application that does not require communication.

+1
source

Source: https://habr.com/ru/post/1468769/


All Articles