I have a question about how a nodejs server works with multiple users. To contextualize:
Let's say I create a variable on the server side, will the value of that variable be overwritten if someone else also accesses the same route at the same time?