tags:

views:

45

answers:

1

Where do I get a tutorial to create a simple website using CouchDB only without any other scripting language. Is it possible to store the HTML, CSS and the Javascript within the document?

+1  A: 

Yes, you can store HTML, CSS and Javascript in view documents in CouchDB. Check free online book: http://guide.couchdb.org/

amorfis