Skip to content

c3riz88/flowrida

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

flowrida

Keep the flow with your shared resources :

  • Manage concurrency between processes into a single pipe (async support).
  • Processes are automatically consumed (Promise API).
  • Chain entry call stack (see examples bellow).
const Flowrida = require('flowrida');
Flowrida
    .stack('foo')
    .stack('baz')
    .stack('bar');

About

Keep the flow with your shared resources

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published