Skip to content

Latest commit

 

History

History
52 lines (29 loc) · 1.81 KB

README.md

File metadata and controls

52 lines (29 loc) · 1.81 KB

streams-examples

This repository contains the examples used for my talk It's about time to embrace (Node.js) streams, which explains Node.js streams main concepts.

If you haven't seen this talk, make sure to checkout the slides to be able to fully enjoy the examples here.

These are different versions of this presentation from some of my previous talks:

Dublin JS (meetup)

It's about time to embrace streams - Dublin JS

Codemotion Rome

It's about time to embrace Node.js streams - Codemotion Rome

CityJS London

It's about time to embrace streams - CityJS London

Node Ukraine

It's about time to embrace streams - Node Ukraine Kyiv

Node.js Austin Meetup

It's about time to embrace Node.js streams - Node.js Austin Meetup

Requirements

Make sure you are running a recent Node.js version (v10+) and that you have installed all dependencies with npm install

Source code & building

All examples are available in src.

The browser example (src/browser) requires you to build the browser bundle using Webpack. You can do that by running npm run build.

Contributing

Everyone is very welcome to contribute to this project. You can contribute just by submitting bugs or suggesting improvements by opening an issue on GitHub.

You can also submit PRs as long as you adhere with the code standards and write tests for the proposed changes.

License

Licensed under MIT License. © Luciano Mammino.