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)?
I've also found Grasshopper to be a great one: https://github.com/tuxychandru/grasshopper
21–26 of 26 posts
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)?
I've also found Grasshopper to be a great one: https://github.com/tuxychandru/grasshopper
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)?
There's Express: http://expressjs.com/ or https://github.com/visionmedia/express
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)?
Earlier quoted context omitted.
http://en.wikipedia.org/wiki/Go!_(programming_language)
It's always strange when you see programmers who don't understand why namespace collisions are bad.