Do you find yourself trying to iterate on your app in the cloud? If so, this scenario is probably very familiar to you: You make a small code change, then wait patiently for a full redeploy of your app so that you can test it. This workflow works great in a local development environment, with tooling like incremental build and hot code swap… But thus far, it has been difficult to make this workflow fast and efficient using a cloud runtime as your execution environment.
Well, what if you could develop applications running on Bluemix as if you were in a local environment? What if, the minute you press save in your text editor of choice, your code automatically syncs with your Web IDE workspace and incrementally deploys to your running Bluemix app instance, enabling a wonderfully efficient code-test cycle? Bluemix Live Sync lets you do just that! Read more