Course curriculum

  • 1

    Intro To Course

    • What will we learn?

  • 2

    Let’s Start

    • What is Node JS?

    • Installing Node JS

    • V8 Engine

    • Node JS Globals

    • Functions

    • Module and Require

    • Module exports patterns

    • Event Emitter

    • More about Event Emitters

    • Reading and Writing Files

    • Creating and Removing Directories

  • 3

    Server

    • Clients & Servers

    • Creating Server

  • 4

    Streams And Buffers

    • Streams and Buffers

    • Readable Stream

    • Write Stream

    • Pipe

    • Serving HTML

    • Serving JSON data

    • Routing

    • What we have learned_