On Jun 3, 2010, at 1:06 AM, Mahendra Kariya wrote: > > > How can I access CouchDB from port 80?
the simple answer in your case is to store your html files as binary attachments to a couchdb document, so that they don't have to reach across ports to make jquery requests, see for instance this: http://couchapp.org/proto/_design/proto/index.html
