100% Javascript Web Framework

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)

+5
source share
1 answer

I came across a couple when I was looking for the nodejs platform. There is expressjs and spludo . Although I really did not use them in the project.

+3

All Articles