Skip to content

Instantly share code, notes, and snippets.

@pderoubaix
Created November 11, 2013 11:40
Show Gist options
  • Save pderoubaix/7411980 to your computer and use it in GitHub Desktop.
Save pderoubaix/7411980 to your computer and use it in GitHub Desktop.

Revisions

  1. pderoubaix revised this gist Nov 11, 2013. 1 changed file with 3 additions and 0 deletions.
    3 changes: 3 additions & 0 deletions node_links.md
    Original 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
  2. pderoubaix revised this gist Nov 11, 2013. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions node_links.md
    Original 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).
  3. pderoubaix revised this gist Nov 11, 2013. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion node_links.md
    Original 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.
    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.

  4. pderoubaix revised this gist Nov 11, 2013. 1 changed file with 3 additions and 0 deletions.
    3 changes: 3 additions & 0 deletions node_links.md
    Original 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.

  5. pderoubaix created this gist Nov 11, 2013.
    36 changes: 36 additions & 0 deletions node_links.md
    Original 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