0.3.1 • Published 3 years ago

fustercluck v0.3.1

Weekly downloads
-
License
CC0
Repository
-
Last release
3 years ago

🐔 fustercluck

This is a small framework for implementing applications built on top of Node.js's cluster functionality. Applications are broken into a single primary process and one or more worker processes. primary and worker processes talk to each other using message passing. You define a set of serializable messages they can pass back and forth to communicate.

Examples

There are a couple of examples in src/examples.

0.3.0

3 years ago

0.2.0

3 years ago

0.1.1

3 years ago

0.3.1

3 years ago

0.1.0

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago