diff --git a/doc/api/cluster.md b/doc/api/cluster.md index 3ceec142b620ed..7ab4d33dbd9ca8 100644 --- a/doc/api/cluster.md +++ b/doc/api/cluster.md @@ -109,7 +109,8 @@ will be dropped and new connections will be refused. Node.js does not automatically manage the number of workers, however. It is the application's responsibility to manage the worker pool based on its own needs. - +Although a primary use case for the `cluster` module is networking, it can +also be used for other use cases requiring worker processes. ## Class: Worker