Hacker News new | ask | show | jobs
by samrat 5205 days ago
Just wanted to ask: is there any kind of micro-frameworks for Node out there? Something comparable to Flask(for Python) or Sinatra(for Ruby)?
5 comments

Express is really nice. I was surprisingly productive almost immediately after I started using it, and enjoyed it throughout.
I've been using Backbone.js for MV'C' in Node.js and re-using my models on the client side.
Also, Geddy might be just as good if not better than backbone.
Backbone actually looks pretty good.
If you prefer a synchronous style (using fibers), I ported Stick from RingoJS: https://github.com/olegp/stick