|
|
|
|
|
by mcantelon
5879 days ago
|
|
I recommend Express.js ( http://www.expressjs.com ). It's Sinatra-like and gives you static pages, sessions, and HAML/SASS templating. I've been using it with the project node-mongodb-native leveraging MongoDB as a datastore (although the Mongoose project looks like it might be a cleaner interface: http://www.learnboost.com/mongoose/ ). |
|