Live data from Hacker News

Ask HN: Is anyone using a web IDE for most of their development work?

news.ycombinator.com

11–20 of 84 posts

Re: Ask HN: Is anyone using a web IDE for most of their development work?

#11
I built a decent sized Meteor app a while ago on Nitrous, but started running out of memory on their free tier after a while. I recently switched to Codeanywhere, which I'm still evaluating. My main reason for using a cloud IDE is because I am a Windows user and I wanted to build something on the latest version of Meteor without needing to start up a Linux VM or Vagrant box.

Re: Ask HN: Is anyone using a web IDE for most of their development work?

#13
I work primarily in Clojure and Python. I haven't found anything that lets me interact with project/virtualenv repls yet, let alone have reasonable completion/documentation lookup. I use crouton from my pixel2 so I can run spacemacs. I'd be open to suggestions.

Re: Ask HN: Is anyone using a web IDE for most of their development work?

#15
So far I've stuck to Eclipse, but I wonder about using one for Scala.js (which I'm planning on using for my next personal project) just because of the toolchain and because it seems like it could make the edit-test cycle shorter. Is there anything out there with integrated Scala.js support?

Re: Ask HN: Is anyone using a web IDE for most of their development work?

#17

I built a decent sized Meteor app a while ago on Nitrous, but started running out of memory on their free tier after a while. I recently switched to Codeanywhere, which I'm still evaluating. My main reason for using a cloud IDE is because I am a Windows user and I wanted to build something on the latest version of Meteor without needing to start up a Linux VM or Vagrant box.

Meteor works on Windows now.

https://win.meteor.com/

Re: Ask HN: Is anyone using a web IDE for most of their development work?

#18
I'm not a developer; the closest I get is managing a few web servers for clients on the side. That said, if I were I'd spin up a Vultr or Dropbox instance and use something like Codiad[1], that way I could have complete control of the back end.

[1] http://codiad.com/

Re: Ask HN: Is anyone using a web IDE for most of their development work?

#19
All coding, note taking, writing, and drawing happens in Lively Web (http://lively-web.org) for me. It comes with a shell and nodejs integration as well as a websocket-based messaging systems that allows to integrate all sorts of different backends, e.g. Clojure (https://cloxp.github.io).
Post reply on HN