this line will run on every call of handler.js, this is not the way to go, your dictionary file needs to be read once and only once when you start your server, you can do this by creating a function and exporting it, that function should be called from your router, check #47 first
this line will run on every call of handler.js, this is not the way to go, your dictionary file needs to be read once and only once when you start your server, you can do this by creating a function and exporting it, that function should be called from your router, check #47 first