We have all seen the php+mysql thing - you write http://example.com/thenewarticle and get an html page with the new article, all the comments and weather information.Can the same be done with javascript+CouchDB? Like http://example.com/doc5 would return a html page with some data from doc5 document in http://example.com/couch/ database?