Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

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

Stars

5 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages