With the creation of node.js and various other utilities for writing server-side javascript, and with MongoDB using javascript as the primary access method, it looks like all parts of the web framework are now in place.
Are there any frameworks using exclusively Javascript? (This means server-side interaction, database interaction, code generation, templating, a possible MVC architecture)
source
share