Objective-C in the Cloud

Documentation

Objective-Cloud is a platform for building scalable backends in Objective-C. There is nothing special about the code you have to write: It looks just like any other Objective-C code. Methods running on Objective-Cloud can be invoked via HTTP/S. If you want to get your hands dirty Objective-Cloud also allows you to take more control and develop web applications or RESTful web-services.

Objective-Cloud is primarily based on open source technologies which can be divided in two groups:

  • server-side: There are frameworks and applications on the server-side that "enclose" your code. You provide the code and Objective-Cloud takes care of executing it when appropriate.
  • client-side: There are frameworks for iOS and OS X which allow you to invoke your code (running on Objective-Cloud or locally) with almost no effort.
Tutorial Sign Up