Creation of the Rest API in vanilla mode, without installing third-party libraries.
- What is a stateless and statefull app.
- What Streams are and how they work (basically).
- What is ReGex are and how to use it (i didn't really uderstanding).
- How to create a persistent database in a JSON file.
- What middleware is and what it's used for.
- http
- randomUUID
- ReGex (no need to import)
- stream
- Buffer (no neeed to import)
$ git clone <this_project>
$ cd node-middle-knwoledge
$ pnpm init
$ pnpm dev
Note
I've used REST Client
extension in vscode
for the endpoint test.