https://github.com/ahmed-hamdy101/nodejs
Nodejs Full Tutorial
https://github.com/ahmed-hamdy101/nodejs
core-module event-loop modules nodejs npm-package prettier utility
Last synced: 4 months ago
JSON representation
Nodejs Full Tutorial
- Host: GitHub
- URL: https://github.com/ahmed-hamdy101/nodejs
- Owner: Ahmed-Hamdy101
- License: mit
- Created: 2023-08-02T20:37:20.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-03T02:12:16.000Z (almost 2 years ago)
- Last Synced: 2025-01-09T16:56:41.209Z (6 months ago)
- Topics: core-module, event-loop, modules, nodejs, npm-package, prettier, utility
- Language: JavaScript
- Homepage:
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NodeJS Tutorial Udacity

[](https://www.npmjs.com/package/prettier)
[](http://jsfiddle.net/v3ayrduk/)
[](https://your-donate-link)
[](https://stackoverflow.com/users/22656/jon-skeet)- ch1 : module System
- ch2 : test console nodeJS-p1
- ch3 : test console nodeJS-p2
- ch4 : core modules
- ch5 : event loop
- ch6 : node package manager install
- NPM
- preiiter
- eslint
- ch7 : all ine one test## π§Ύ Requiments
### - if not installed nodejs
- β οΈ you should have `node` installtion
### - if have installations
- β choose any chapter %x and run :
node index.js
- you can also run but sure you the file name's `index.js` :
```npm
node .
```- alternative way without `node` **google console** is build on **v8** :
```javascript
console.log("Hello world from index")
```- JavaScript runtime built on **Chromeβs V8** engine. Node.js uses an event-, toggle console, => otuput
```console
hello world from index
```## π§βπ» Resources
- [Node.js](https://www.udacity.com/course/nodejs--ud0) by Udacity
- [NPM](https://docs.npmjs.com/) official documentation
- [V8 Engine](https://developers.google.com/web/tools/)- [Nodejs](https://node.js.org/) Official website
- [prettier](https://github.com/prettier/prettier#readme)
code formatter