|
|
|
|
|
by asnyder
6491 days ago
|
|
If you're more familiar with things like PHP/Python... etc, something like NOLOH (Not One Line of HTML) http://www.noloh.com might be better. Like Cappuccino, NOLOH allows you to write your application in a single language, instead of Objective-J, the language is PHP. Also, unlike Cappuccino, NOLOH is lightweight and on-demand, this means that it only loads the parts of your application that are currently in use, rather than compiling your entire application in the beginning.
However, NOLOH is a server side platform, the opposite of Cappuccino, but this has the benefit of allowing your application to truly be written in a single language, rather than having to write parts of your application in Cappuccino, and other parts in your server language. I recommend watching the Hello World video in the features section of the NOLOH website to see what I mean. |
|
That argument doesn't really make sense, since you can run JavaScript / Objective-J on both the client and the server, but you can only run PHP on the server (though from what I understand you translate PHP to JavaScript?)
Objective-J runs on a number of JavaScript engines that can run on the server, including Rhino (check out the "objj" executable in the "Tools" package: http://cappuccino.org/download/). While we don't have a good web server solution yet, it's certainly a possibility.
But even once that is a reality, Cappuccino will be totally server agnostic, so it will work with whatever server side technology you are comfortable with (or stuck with)