js-libp2p
js-libp2p copied to clipboard
[question] How to saturate all CPU cores ?
How to saturate all CPU cores by having different NodeJS process and also load balancing the connections and making them stick to process ?
Something like this :- https://stackoverflow.com/questions/51301126/nodejs-clustering-with-sticky-session
Is it already supported by default ? if not, an example would be great to have in documentation.