Picard : A Micro-framework for node.js
github.com
Picard : A Micro-framework for node.js
1–6 of 6 posts
Re: Picard : A Micro-framework for node.js
#2I just pushed my own today:
Re: Picard : A Micro-framework for node.js
#3Server-side Javascript frameworks seem to be in the midst of a Cambrian explosion right now. I just pushed my own today: http://github.com/jed/fab/
Re: Picard : A Micro-framework for node.js
#4Server-side Javascript frameworks seem to be in the midst of a Cambrian explosion right now. I just pushed my own today: http://github.com/jed/fab/
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.
Re: Picard : A Micro-framework for node.js
#5Server-side Javascript frameworks seem to be in the midst of a Cambrian explosion right now. I just pushed my own today: http://github.com/jed/fab/
These offer the best scalability guarantees and I'm still torn on what is the best approach for my personal projects.
Re: Picard : A Micro-framework for node.js
#6Server-side Javascript frameworks seem to be in the midst of a Cambrian explosion right now. I just pushed my own today: http://github.com/jed/fab/
There is an explosion indeed, with two main directions IMHO: - frameworks like yours on top of Node - frameworks like helma-ng and nitro on top of Google App Engine (via Rhino) These offer the best scalability guarantees and I'm still torn on what is the best approach for my personal projects.