Is there any framework like bottle for Node.js

1 points by SmartCoder ↗ HN
i am a python-er before, now, i found node can give me more motivation. but express is too complex for router than bottle. what's best choice of router framework for node ?

1 comment

[ 5.1 ms ] story [ 16.1 ms ] thread
I would take a look at koajs. It's a simpler, smaller framework with a killer feature: JavaScript Generators. Which means you don't have to use callbacks.

http://koajs.com/