0

I want to use multithreading using node js. I have created node js app where based on user id I want to set up an indivisual thread. Please let me know how to do it with small code example in node js.

NOTE: I need small code example to explain.

Thanks

0

1 Answer 1

1

node.js is per concept single-threaded but you can use for example the npm package webworker treads

Sign up to request clarification or add additional context in comments.

1 Comment

It didn't helped me that much but got core idea of how its not possible at large scale in node js.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.