alarner / perk

A well documented set of tools for building node web applications.
http://perkframework.com
MIT License
181 stars 31 forks source link

Address issue #30 #47

Closed alarner closed 8 years ago

alarner commented 8 years ago

@t3patterson this should finish up the work for issue #30. Would you mind taking a look and letting me know what you think?

tphdev commented 8 years ago

@alarner I think....that it would've taken half an afternoon just to read docs on async.parallel and get a trivial example up and running. where do you find out about useful modules/libraries (like async, minimist, fs-extra) ?

alarner commented 8 years ago

There are node modules for everything these days. Usually I google for them and find the ones with the most stars on GitHub or one of my fellow node friends will tell me about them :)