Skip to content

sudipstha08/nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node

  • Node.js is a free, open-source, cross-platform JavaScript runtime environment that lets developers create servers, web apps, command line tools and scripts.
  • As an asynchronous event-driven JavaScript runtime, Node.js is designed to build scalable network applications.

Commands

- npx prisma
- npx prisma migrate dev --name init

References

  1. https://codedamn.com/news/nodejs/asynchronous-vs-synchronous-programming-in-node-js
  2. https://nodejs.org/en/learn/asynchronous-work/overview-of-blocking-vs-non-blocking
  3. https://nodejs.org/en/learn/asynchronous-work/overview-of-blocking-vs-non-blocking