NodeJS Best Practices
Not an exhaustive list, but a very good one to skim through.....
If you take nothing extra away from this, at least the `NODE_ENV=production` should be applied (3 times faster running)
If you take nothing extra away from this, at least the `NODE_ENV=production` should be applied (3 times faster running)
Comments
Post a Comment