Hosting and maintaining a deno web server in production #14010
-
This question is about the surrounding environment and tools that is needed to host and maintain a stable deno web server in production. I have a web server written in JS that I run with Problem is deno crashes every now and then because of bugs in my code and with the current setup I receive no alert and I would like deno to restart the web server after a crash. And it isn't reboot friendly either. I can think of multiple ways of solving the problems, like How does one host, manage and monitor these type of applications? Useful tips and pointers in the right direction is greatly appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
pm2 is js (node package) can used in your situation |
Beta Was this translation helpful? Give feedback.
pm2 is js (node package) can used in your situation
or use managed service like herokue or deno deploy if they satisfy your need.
But I think we need official guid and doc for self hosting deno app in production( in vps ) in deno manual