Earlier quoted context omitted.
I'm thinking about the fact that neither JavaScript on V8, nor Cocoa are equipped with HTTP networking. So the framework supplies that part. A big part of node, when used for a web app, is that it supplies an HTTP server. Same with this.
Cocoa (and CoreFoundation) actually make it pretty trivial to write HTTP servers already. I was completely surprised by how painless it was when I did it recently. Not quite as easy as Node.js, but on the same order of magnitude, IMHO. (Edit) Here's an article that describes the basics: http://macdevcenter.com/pub/a/mac/2006/11/14/how-to-write-a-...
WebAppKit - create web applications using Cocoa
41–46 of 46 posts
Re: WebAppKit - create web applications using Cocoa
#42Genuine question: what is the appeal here? I write iOS apps for a living, and appreciate what Objective-C and (especially) Cocoa have to offer, but why would anyone choose to use Objective-C when there are so many other great alternatives available? To consider just one example of the pain Objective-C developers like me have to deal with on a daily basis, why would I want to write: NSDictionary *d = [NSDictionary dic…
Let's bash Objective-C, like Java. Oh wait... Objective-c is "cool". Never mind.
Re: WebAppKit - create web applications using Cocoa
#43Re: WebAppKit - create web applications using Cocoa
#44If it cross compiles down to html/js/css it's just fine but the Readme isn't giving much information.
Re: WebAppKit - create web applications using Cocoa
#45Isn't this what Cappuccino[1] already does with Objective-J? 1. http://cappuccino.org
Not really , Cappuccino focus consists in bringing the whole Cocoa/Objective-C style to front-end development (actually you can run Objective-J on the server too). On the other hand, WebAppKit goal seems to be using Objective-C in the backend
>(actually you can run Objective-J on the server too) Node, I assume?
Re: WebAppKit - create web applications using Cocoa
#46Earlier quoted context omitted.
Fragile? Compared to what? Not going to argue with verbose though, and I also wouldn't choose it for web apps.
It's C , for heaven's sake. ;) Compared to any dynamic / memory-safe language in history. Oh, I don't know--Perl, Python, Ruby, Javascript, Lisp, Haskell, oh, and Java, I s'pose.
Besides that, you mention dynamic-ness and memory-safety: these are exactly the two places where Objective-C is miles ahead of C! I don't even know what to say.