/NodeFundamentals

📗 My NodeJS learning repo.

Primary LanguageJavaScript

📗 Node Fundamentals

📗 My NodeJS learning repo.

📖 Table Of Contents

Table of Contents

📑️ Practiced Topics

  • HTTP.
    • Requests and responses;
    • Routing;
    • CRUD;
    • Get's, Put's and so on.
  • Stateless and Stateful.
    • Saving users on memory Stateless.
    • Saving users on a Stateful JSON databse.
  • Streams.
    • Read Streams.
    • Write Streams.
    • Transform Streams.
    • Buffers
    • Returning the body of a req and res in JSON.
  • Middleware.
  • Express.

📦 Project Requirements

Install:


⬆ Back To Top