views:

84

answers:

1

With the creation of node.js and various other utilities for writing server side javascript and with the MongoDB using javascript as it's primary access method, it looks like all the pieces for a web framework are now in place.

Are there any frameworks now using exclusively Javascript? (This means for server side interactions, database interactions, code generation, templating, possible MVC architecture)

+2  A: 

I came across a couple when I was looking into nodejs platform. There is expressjs (http://expressjs.com/) and spludo. Although I haven't really used them on a project.

naikus
http://geddyjs.org/ Is also pretty cool. Thanks for the references.
Jamie Wong
@Jamie Wong You are welcome
naikus