Viewing profile — dantebronto
dantebronto
HN member- Joined
- Wed, Dec 02, 2009, 2:30 AM UTC
- HN karma
- 1
- Public activity
- 2 items
- HN profile
- View on Hacker News ↗
About dantebronto
No profile information was provided.
Recent public activity
-
comment
Comment #972196
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.
-
comment
Comment #971555
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 suc…