Friday, November 9, 2012

Objective-C in the Cloud

Objective Cloud:

You push code (or compiled code) to Objective Cloud. This can be done by using git (for example via GitHub) or by uploading it manually to our servers. We then make your app logic available via RESTful web services which you can access via HTTP. You can also define blocks of code that are not exposed to the public but which are triggered automatically. Once code is pushed to Objective Cloud, we scale it automatically according to your needs. We do provide an SDK which includes an Xcode template that you can use to get started; however, you don’t have to use the SDK at all. Of course you can test your app locally before pushing it to Objective Cloud.

Lots of cool stuff could be built with this.

Comments RSS · Twitter

Leave a Comment