Skip to content

mkulke/node-csp-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node.JS CSP Example

An example employing Communicating Sequential Processes for scheduling asynchronous workloads in Node.JS. It implements a pool of workers digesting and asynchronously processing lines from stdin.

./generate_words.sh > words.txt
cat words.txt | node index.js

About

An example employing Communicating Sequential Processes for scheduling asynchronous workloads in Node.JS.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published