https://github.com/mariosantosdev/nodejs-fundamentals
API RESTful built without frameworks or packages
https://github.com/mariosantosdev/nodejs-fundamentals
api-restful json nodejs rocketseat-ignite stream
Last synced: about 2 months ago
JSON representation
API RESTful built without frameworks or packages
- Host: GitHub
- URL: https://github.com/mariosantosdev/nodejs-fundamentals
- Owner: mariosantosdev
- Created: 2023-05-21T18:07:18.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-21T18:09:30.000Z (about 3 years ago)
- Last Synced: 2025-02-22T13:39:48.492Z (over 1 year ago)
- Topics: api-restful, json, nodejs, rocketseat-ignite, stream
- Language: JavaScript
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# NodeJS Fundamentals
This project's a API RESTful using Node.js without frameworks or third packages. It's a chapter of [Ignite 2023](https://rocketseat.com.br/ignite), created by [Rocketseat](https://github.com/Rocketseat).
I've learned about Node.js internal modules like HTTP, Crypto and File System. I've seen about the fundamentals of HTTP like requests, responses, headers, status code, routes, query parameters, etc.
The biggest knowledge has been about Streams to use async operations in the backend.