Skip to content

Instantly share code, notes, and snippets.

NodeJS: Streams with (almost) real life examples

General idea

Basic idea of stream in software engineering implies existence of a data source and some destination entity to which the stream should output processed data. Simple bash example below should demonstrate how to get a list of all files with .js extension in a current working directory:

ls -la | grep ".js$"
@DmitriyRF
DmitriyRF / Contents.markdown
Last active December 20, 2016 21:46
My Gist navigation

На данной страниице представлено краткое содержание всех сутей.

  1. [Конфигурация compass](https://gist.github.com/DmitriyRF/f62d3028d7c2e1d883329a73f10e1422)
  2. Конфигурационный файл для компилятора SCSS COMPASS
  3. [Файл media.css](https://gist.github.com/DmitriyRF/7731c2cbe85d1034b67025b224f41b58)
  4. Css файл для медиа запросов для разных разрешений экранов
  5. [Файл .gitignore](https://gist.github.com/DmitriyRF/a47664ef332cbf6470923fb449ef827a)
  6. Файл для игнорирования Git определенных фалов и не клонировании их на сервер GitHub