Objective-Cloud moved Objective-C to the Cloud

Source: Internet
Author: User

As we all know, Objective-C is more used to develop iOS and Mac applications. A newly released foreign website has moved the Objective-C language application to the cloud. It is currently in the public beta stage and has the following main features:

  • Use Objective-C to build perfect applications on the cloud
  • Click to create a database.
  • Auto Scaling
  • Your first application can be completed within 5 minutes.
  • Save money: free development and low product deployment
  • Provides client sdks for iOS and OS X
  • Objective-C: Make your code more flexible

The following is an example code that implements a custom HTTP processor:

 
 
  1. #import "CloudApp.h" 
  2. #import <OCFoundation/OCFoundation.h> 
  3.  
  4. @implementation CloudApp 
  5.  
  6. // Adding a custom HTTP Handler is easy 
  7. + (void)finishLaunching { 
  8.   [self handleRequestsWithMethod:@"GET"  
  9.                     matchingPath:@"/path" // can contain patterns 
  10.                        withBlock:^(OCFRequest *request) { 
  11.      [request respondWith:@"hello"]; 
  12.   }]; 
  13.  
  14. @end 

Click to access the homepage)

Link: http://www.oschina.net/news/46952/objective-cloud

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.