For Marklogic, this is NoSQL db and a powerful server engine. I use a * .xqy file to write code before, but marklogic 8 has an advanced feature, since it can write javascript code directly. For faster search in the database, I want to translate the xquery project into a javascript project. But there is no existing frame to create my project. In fact, I used the Roxy framework for my xquery project. And I need the same MVC structure for javascript.
source
share