Skip to content

LittleHelicase/kefir-process

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kefir-process

Build Status

Simply use programs in kefirs flatMap.

Installation

Via npm

npm install kefir-process

Usage

Create a processor and pass it to flatMap:

import {createProcess} from 'kefir-process'

Kefir.sequentially(100, ['Kefir', 'Process', 'App'])
  .flatMap(createProcess('grep', ['Process']))

About

Using kefir to create communicating processes.

Resources

License

Stars

Watchers

Forks

Packages

No packages published