I am learning node and it may be silly question but How does node handle multiple users. Like if two users send request at same time, will node create separate instance for both? Assume I am storing username in some variable(name) in node. So if both the users logs in , what value that variable(name) contain? Will it create separate instance and keep both the values?
I am new to node and servers , so please answer in simple language. Thanks in advance