Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Update Docs for Cluster Mode to indicate support for unix sockets #5935

Open
mkonikov opened this issue Dec 27, 2024 · 0 comments
Open

Comments

@mkonikov
Copy link

mkonikov commented Dec 27, 2024

The cluster mode docs say

The cluster mode allows networked Node.js applications (http(s)/tcp/udp server) to be scaled across all CPUs available
with no mention of Unix sockets.

Latest in the paragraph it does say

Under the hood, this uses the Node.js cluster module

And Node's cluster mode supports unix sockets. The docs should therefore be updated to explicitly mention unix sockets as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant