Hi, I'm trying to put together some code and till now I was using js (SpiderMonkey) to run Javascript code on the server. Now I see there is a "couchjs" binary that is actually the one that is going to execute the Javascript on CouchDB. The only documentation I found about it is a man page on http://manpages.ubuntu.com/manpages/intrepid/man1/couchjs.1.html.
Is there any significat difference between js and couchjs and if there is where can I find any documentation about that? Thank you!
