Created
November 11, 2013 11:40
-
-
Save pderoubaix/7411980 to your computer and use it in GitHub Desktop.
Revisions
-
pderoubaix revised this gist
Nov 11, 2013 . 1 changed file with 3 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -16,7 +16,10 @@ #### [express](http://expressjs.com) Sinatra inspired web development framework for node.js -- insanely fast, flexible, and simple ### Data #### [mongoose.js](http://mongoosejs.com/) elegant mongodb object modeling for node.js ### utilities -
pderoubaix revised this gist
Nov 11, 2013 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -37,3 +37,5 @@ #### [smartcomments](http://smartcomments.github.io/) SmartComments, It's a tool that allow you to create implicit comments from javascript source code. You can integrate it with javascript documentation generators like YUIDocs. #### [JSDoc 3](http://usejsdoc.org/) An inline API documentation processor for JavaScript. JSDoc 3 is intended to be an upgrade to JsDoc Toolkit (JSDoc 2). -
pderoubaix revised this gist
Nov 11, 2013 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -35,5 +35,5 @@ ### documentation #### [smartcomments](http://smartcomments.github.io/) SmartComments, It's a tool that allow you to create implicit comments from javascript source code. You can integrate it with javascript documentation generators like YUIDocs. -
pderoubaix revised this gist
Nov 11, 2013 . 1 changed file with 3 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -32,5 +32,8 @@ #### [bcrypt](https://github.com/ncb000gt/node.bcrypt.js/) bcrypt for NodeJs ### documentation #### [smartcomments](http://smartcomments.github.io/) SmartComments, It's a tool that allow you to create implicit comments from javascript source code. You can integrate it with javascript documentation generators like YUIDocs. -
pderoubaix created this gist
Nov 11, 2013 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,36 @@ ## javacript ### configuration #### [nconf](]http://github.com/flatiron/nconf) Hierarchical node.js configuration with files, environment variables, command-line arguments, and atomic object merging. ### logging #### [winston](https://github.com/flatiron/winston) a multi-transport async logging library ### framework #### [express](http://expressjs.com) Sinatra inspired web development framework for node.js -- insanely fast, flexible, and simple ### utilities #### [moment](http://momentjs.com/) Parse, validate, manipulate, and display dates in javascript. #### [underscore](http://underscorejs.org) Underscore.js is a utility-belt library for JavaScript that provides support for the usual functional suspects (each, map, reduce, filter...) without extending any core JavaScript objects. #### [bcrypt](https://github.com/ncb000gt/node.bcrypt.js/) bcrypt for NodeJs