Heya! How isolated are separate requests? If I create a singleton in node.js it will create a single
Heya! How isolated are separate requests? If I create a singleton in node.js it will create a single instance accessible by all requests, but I'm not sure about functions

