📗 My NodeJS learning repo.
Table of Contents
- 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.
Install: