Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 1

Froth is a Objective-C web application framework that brings the power and simplicity of Cocoa development to the web. Official Site While froth web apps are technically deployable on many different platforms using Cocotron, currently our focus has been on the Amazon EC2 cloud. Benefits of ... [More] Froth Uses the tools and language Mac and iPhone developers have come to know and love. Reuse existing objc/c code from desktop applications. Simple view templating support. Very fast and scalable. Affordable hosting on Amazon EC2 Cloud. Multiple builds and deployments using standard Xcode deployments. Simple Example @interface WAHelloController : WebActiveController { } // http://myexample.com/hello - (id)helloAction:(WebRequest*)req; // http://example.com/goodbye - (id)goodbyeAction:(WebRequest*)req; @end @implementation WAHelloController - (id)helloAction:(WebRequest*)req { return @"Hello World"; } - (id)goodbyeAction:(WebRequest*)req { return @"Goodbye"; } @endSome Docs Background Information Whats next? We are working on a public amazon ami that will enable developers to get started in minutes. For now download the SDK installers and keep coming back as we add more documentation and tutorials. FrothKit is sponsored by Thinking Code Software Inc. [Less]

0
 
  0 reviews  |  0 users  |  29,879 lines of code  |  0 current contributors  |  Analyzed over 1 year ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.