Hacker News new | ask | show | jobs
by gbuk2013 2963 days ago
I second this. In production I will typically front my Node app with Nginx that takes care of SSL and static file serving. There is also a substantial performance benefit.

Can all be bundled up in a single Docker container for super easy deployment. :)