Picard : A Micro-framework for node.js 17 years ago
node.js supports an event driven programming paradigm by default, so in that regard it is a bit different than some of the other server side JS frameworks.
HN user
node.js supports an event driven programming paradigm by default, so in that regard it is a bit different than some of the other server side JS frameworks.
Just checked it out. The ability to chain calls is pretty awesome. I also liked how the route callbacks are called on env, so you can say this.env_var to get at your params and such. Very cool.