What is Node JS? Single threaded, Non Blocking, Event Driven Explained

Sdílet
Vložit
  • čas přidán 27. 07. 2024
  • What is Node JS?
    1. Single threaded,
    2. Non Blocking
    3. Event Driven

Komentáře • 35

  • @cancer10in
    @cancer10in Před rokem +17

    Question: What is event loop?
    Answer: Event loop is nothing but a program (which is part of the libuv library) that keeps a track whether the Call Stack is empty or not, and if it is, then it pulls out the next function from the event queue/callback queue and puts it in the call stack for further execution.
    Bonus:
    The main function of the NodeJS runtime is to somehow act as a bridge between the V8 engine and the libuv library and make them work together.

  • @salonidarji694
    @salonidarji694 Před rokem +2

    Best explanation I seen so many videos from different channels but I don't understand but after watching this video now I understand.

  • @aaykay8079
    @aaykay8079 Před rokem +4

    maza aagya bro mera node ka interview tha and yahi topics maii doubt tha abb samaj aagya puraa

  • @technicalTadka482
    @technicalTadka482 Před rokem +1

    Well explained brother, clean example.

  • @giantakeshi8122
    @giantakeshi8122 Před rokem +5

    spent 4 hours tutorial and sites but this made my doubts cleared within 15 mins thankyou, you should make more videos

  • @devuthakkar1602
    @devuthakkar1602 Před rokem +2

    The bestest explaination ever.

  • @shikharsen6892
    @shikharsen6892 Před 2 lety +3

    Very good explanation 👍

  • @DeepakKumar-bv3li
    @DeepakKumar-bv3li Před rokem +1

    Thank you!
    one of the best explanation video of single thread, multithread and non-blocking in node js.

  • @pratikbhandari9429
    @pratikbhandari9429 Před 5 měsíci

    Thank you so much sir

  • @abdullahkhansaffy9703
    @abdullahkhansaffy9703 Před 2 lety +2

    well explained

  • @SATYAPRAKASHSINGH-ps5eu
    @SATYAPRAKASHSINGH-ps5eu Před 11 měsíci

    Nice explains

  • @trilokinath8684
    @trilokinath8684 Před rokem +2

    thanks very well explained keep it up👍

  • @pratikjain7666
    @pratikjain7666 Před rokem +2

    Good explanation sir

  • @4444-c4s
    @4444-c4s Před 11 měsíci +3

    if async nature is that much beneficial then why other programming languages are not implementing this type of architecture??

    • @payalbhatia5244
      @payalbhatia5244 Před 7 měsíci

      It depends on if the application is I/O heavy or CPU workload is more. If an application requires more CPU , it is not good to go with asynch

  • @kunal_Jangra
    @kunal_Jangra Před rokem +1

    Thx

  • @shivamsingh-uz7zp
    @shivamsingh-uz7zp Před rokem +1

    Please make more videos on node

    • @ashishmahawal
      @ashishmahawal  Před rokem

      thanks , stay connected to channel
      currently making python videos

  • @yogeshthuwal7013
    @yogeshthuwal7013 Před rokem +1

    super se upper

  • @Motivationhindi151
    @Motivationhindi151 Před rokem +1

    Yh node work m lik shikth h ky

    • @ashishmahawal
      @ashishmahawal  Před rokem

      samajh nhi aaya ki aap kehna kya chahte ho ?

    • @Motivationhindi151
      @Motivationhindi151 Před rokem

      @@ashishmahawal what is use node.js m lik shikth h ky

    • @ashishmahawal
      @ashishmahawal  Před rokem

      @@Motivationhindi151 you are asking to make video on uses of nodejs ?

  • @joeltan15
    @joeltan15 Před rokem

    I can’t even hear anything ur saying