It's important to note that this means that your code is instantaneously updated to the cloud with remote box SSH directly from your OS X machine, not that you can somehow virtualize your favorite text editor and use it to edit code from a browser.
well there's a file-system sync too, so you can edit code locally and it gets synced in real time with your cloud-based box. This enables you to use SublimeText, Textmate, MacVim or any OS X text editor but with your entire dev environment being hosted on the cloud.
I assume one of the main benefits of cloud coding is that every developer has access to the same code and environment. How does this application handle multiple people working at once on the same code?
Also, why would somebody choose this over editing files locally and committing to github? People can do that in one click if they want.
We don't have support for multiple people working on the same code yet (at least with the Mac app).
But the benefit of editing locally and committing to Github is that that's not typically work flow - with Nitrous.IO for Mac - you can edit code, run tests (or refresh a page), make more edits, run tests again, repeat, and when you're done, then commit to a remote git repo (all with your dev environment being in the cloud, making it accessible from anywhere)
9 comments
[ 4.5 ms ] story [ 47.0 ms ] threadAlso, why would somebody choose this over editing files locally and committing to github? People can do that in one click if they want.
But the benefit of editing locally and committing to Github is that that's not typically work flow - with Nitrous.IO for Mac - you can edit code, run tests (or refresh a page), make more edits, run tests again, repeat, and when you're done, then commit to a remote git repo (all with your dev environment being in the cloud, making it accessible from anywhere)