NodeJS – Fundamentals

NODEJS

Open Source platform, allow the execution of javascript language in server-side.
Single Thread (v8) with Thread Pool (libuv c++) and group of modules.
Event Loop (Call Stack)
NoN-Blocking I/O
Self Modules (http, fs, dns, buffer, etc….


This content originally appeared on DEV Community and was authored by Gabriel Valin

NODEJS

  • Open Source platform, allow the execution of javascript language in server-side.

  • Single Thread (v8) with Thread Pool (libuv c++) and group of modules.

  • Event Loop (Call Stack)

  • NoN-Blocking I/O

  • Self Modules (http, fs, dns, buffer, etc..)

What's Event Loop?

luiztools

  • the last one in is the first one out!


This content originally appeared on DEV Community and was authored by Gabriel Valin


Print Share Comment Cite Upload Translate Updates
APA

Gabriel Valin | Sciencx (2021-10-18T16:35:15+00:00) NodeJS – Fundamentals. Retrieved from https://www.scien.cx/2021/10/18/nodejs-fundamentals/

MLA
" » NodeJS – Fundamentals." Gabriel Valin | Sciencx - Monday October 18, 2021, https://www.scien.cx/2021/10/18/nodejs-fundamentals/
HARVARD
Gabriel Valin | Sciencx Monday October 18, 2021 » NodeJS – Fundamentals., viewed ,<https://www.scien.cx/2021/10/18/nodejs-fundamentals/>
VANCOUVER
Gabriel Valin | Sciencx - » NodeJS – Fundamentals. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2021/10/18/nodejs-fundamentals/
CHICAGO
" » NodeJS – Fundamentals." Gabriel Valin | Sciencx - Accessed . https://www.scien.cx/2021/10/18/nodejs-fundamentals/
IEEE
" » NodeJS – Fundamentals." Gabriel Valin | Sciencx [Online]. Available: https://www.scien.cx/2021/10/18/nodejs-fundamentals/. [Accessed: ]
rf:citation
» NodeJS – Fundamentals | Gabriel Valin | Sciencx | https://www.scien.cx/2021/10/18/nodejs-fundamentals/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.