Node JS Streams Intro

Поделиться
HTML-код
  • Опубликовано: 25 ноя 2024

Комментарии • 24

  • @sadhucat4476
    @sadhucat4476 2 месяца назад

    Just found your channel. Really appreciate your straight up unpretentious style man, your explanations are top notch.

  • @maskman4821
    @maskman4821 3 года назад +1

    This is a great example to put a video on backend server and let all connected user to watch it. another great example is to stream our webcam to backend server and let all connected users to view our live stream, I wonder if you would talk about this topic in this series, it is very intriguing / attractive !!!

  • @patelrajkumarnareshkumar8156
    @patelrajkumarnareshkumar8156 2 года назад +1

    Really well Explaination for streams.

  • @Mirzly
    @Mirzly 3 года назад +1

    Looking forward to this series! 😊

  • @rishabhjoling9289
    @rishabhjoling9289 3 года назад +2

    Good explanation.. could you explain practical use case of streams ?
    Thanks

  • @viktorpoliushko2015
    @viktorpoliushko2015 3 года назад

    Hey man great video! I am going to watch all of the stuff you have.

    • @WebDevJourney
      @WebDevJourney  3 года назад +1

      Thank you! I hope you will learn something from this channel.

  • @starterdev
    @starterdev 2 года назад

    this is definitely the best!

  • @ayoubomari1347
    @ayoubomari1347 3 года назад +1

    I enjoy with the dance video lol

  • @j4watt6er
    @j4watt6er 2 года назад +2

    You're creating a bunch of memory leaks running this stream code with pipe(...) res. Why? Nothing is closing the pipes on errors. What if the client (the other side of the pipe) has an error from the read pipe? According to Node devs, you should always use the pipeline() method to mediate: It will close the pipes.

  • @aungmyat5497
    @aungmyat5497 3 года назад +1

    what is the name of drawing tool you used?

  • @rohitpai3087
    @rohitpai3087 3 года назад

    gem channel

  • @koby9340
    @koby9340 2 года назад

    what a great explanation thank you so much .. one more thing are there any books (or any resources) that you recommend to take someone's node skills to the next level

    • @koby9340
      @koby9340 2 года назад

      node docs are amazing but for someone who already knows what he is looking for (not a learning path)

    • @WebDevJourney
      @WebDevJourney  2 года назад +1

      @@koby9340 hey man, thanks for watching. Also if you already know enough node then I would focus on doing some node projects, I really don't know books that will help you get better at node. Most of them just follow the docs and give examples. You can try building a secure API, try building a simple project that includes authentication. I strongly believe building something is the best way to level up. That's just my opinion though

    • @koby9340
      @koby9340 2 года назад

      ​@@WebDevJourney you are absolutely right .. great content btw am so amazed by the quality of your tutorials

    • @WebDevJourney
      @WebDevJourney  2 года назад +1

      @@koby9340 thanks, I try somewhat. 😅

  • @davidadewumi8116
    @davidadewumi8116 2 года назад

    🥺 thanks for this video..

  • @gopalsrinivasan3260
    @gopalsrinivasan3260 3 года назад

    Tnq dude 😎😎

  • @MasterHobbitLoL
    @MasterHobbitLoL 2 года назад

    Great explanation, but I'm not interested in what you ate that day

  • @mykun8737
    @mykun8737 2 года назад

    hi you, are you sure the data stream is continuously flowing when using stream? If the data stream is continuously flowing into the browser, why doesn't the browser overflow? I see how data is sent from a file to a file, which is different from how data is sent from a server to a client, you can see in this picture, when the data is sent to the output, the program stops. drive.google.com/file/d/1TyNq-xEc2y2JrcCo35HIheMb7wUcewLz/view