-
I have a virtual machine with 4 CPUs, but as by default NodeJS only runs on 1 CPU, I wanted to take full advantage of this VM's potential to run my server with Socket.IO. I saw this article in the Socket.IO documentation. If I use it, can I use all the CPUs and make the users, regardless of the room+CPU, able to communicate with each other? |
Beta Was this translation helpful? Give feedback.
Answered by
qiulang
Jan 19, 2023
Replies: 1 comment 2 replies
-
Yes as document says
|
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
El-Tommy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes as document says