Skip to content

Commit

Permalink
chore: add conclusion to the node.js streams post
Browse files Browse the repository at this point in the history
  • Loading branch information
KindaSloth committed Aug 29, 2022
1 parent cdeccba commit 10eec37
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion posts/nodejs-streams.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -210,4 +210,6 @@ app.listen(3000, () => {

And It's solved! Here we're defining a readable stream that will start from some size and ends in
another one, so combining that with the 206 HTTP status code that means Partial Content, we can
stream our video in chunks to the front-end.
stream our video in chunks to the front-end.

And that's it! I hope that you enjoyed reading this post. Thanks for your attention!

1 comment on commit 10eec37

@vercel
Copy link

@vercel vercel bot commented on 10eec37 Aug 29, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.