• Jump To … +
    Array.litcoffee Boolean.litcoffee Function.litcoffee Number.litcoffee Object.litcoffee String.litcoffee _register.js _to_map_and_write_Tests.litcoffee assert_Array.litcoffee assert_Boolean.litcoffee assert_Function.litcoffee assert_Number.litcoffee assert_Object.litcoffee assert_String.litcoffee console.litcoffee fs.litcoffee globals.litcoffee http.litcoffee index.md path.litcoffee process.litcoffee Array.test.coffee Boolean.test.coffee Function.test.coffee Number.test.coffee Object.test.coffee String.test.coffee Array.test.coffee Boolean.test.coffee Function.test.coffee Number.test.coffee Object.test.coffee String.test.coffee console.test.coffee fs.test.coffee globals.test.coffee http.test.coffee path.test.coffee process.test.coffee
  • index.md

  • ¶

    NodeJS’s FluentNode is a set of Fluent apis for node applications (based on the concepts used in O2 Platforms C#’s FluentSharp APIs) and similar to UnderscoreJS except that FluentNode actualy extends the target Javascript objects)

    Install

    To use clone the GitHub repo or install using

    npm install fluentnode --save
    

    Annotated source code

    The extensions/protototypes are included the following files (and tests):

    Core Javascript classes

    • Array (tests)
    • Boolean (tests)
    • Function (tests)
    • Number (tests)
    • Object (tests)
    • String (tests)

    Node classes

    • console (tests)
    • fs (tests)
    • http (tests)
    • path (tests)
    • process (tests)

    Assert helpers

    • assert Array
    • assert Boolean
    • assert Function
    • assert Number
    • assert Object
    • assert String

    Other files

    • _register.js