Couchapp 0.8 released
groups.google.com
Couchapp 0.8 released
1–6 of 6 posts
Re: Couchapp 0.8 released
#2Re: Couchapp 0.8 released
#3I like the minimalistic drive, but in the end it boils down to javascript on the serverside. Which you can agree with or not.
Re: Couchapp 0.8 released
#4I like the minimalistic drive, but in the end it boils down to javascript on the serverside. Which you can agree with or not.
what would you want?
Re: Couchapp 0.8 released
#5https://github.com/couchapp/couchapp/tree/erlang
I never really understood what the main driver behind that was. Are there still plans to release that?
Re: Couchapp 0.8 released
#6Earlier quoted context omitted.
what would you want?
I don't think CouchApp is a good choice for any target market. Most people eventually need to execute more arbitrary code on the serverside. Theoretically the Wordpress crowd would be a good target, but they don't like to code. You would need to aim for zero configuration. (it's fine, just know your market) Personally, I wouldn't feel safe to rely on CouchApp. What if my site goes viral and I need much more functiona…
If you decide you need something else, I don't see the problem with having some parts of the application served by couchdb and some served by node. Put it behind varnish, cdn the static content, add a queueing system or whatever...
I think a couchapp is a decent way to prototype something out and if it goes viral you're going to be rewriting everything anyway no matter what system you use.