summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README1
1 files changed, 1 insertions, 0 deletions
diff --git a/README b/README
index a560478..66cf52a 100644
--- a/README
+++ b/README
@@ -53,4 +53,5 @@ npm start
Server will be running at http://lvh.me:5000/ (or whatever port you set in the .env)
+In production I use something to daemonize the node server, such as pm2 (provides nice dashboard with uptime, restarts, saves logs, etc). Run the web server on a high port and then put it behind NGINX.