LucasWang's Notes

首页 归档
2017-09-03

借助pm2让Nodejs服务常驻

pm2让Nodejs服务长驻

1
npm install pm2 -g
2
3
pm2 start app.js

pm2 list 列出所有在pm2上跑的服务
pm2 show “名称” 查看详细信息

Share
Newer
增强服务器安全等级
Older
搭建服务器的Nodejs环境

Tags

  • ECMAScript6
  • Egret
  • Nodejs
  • Python
  • SSH
  • Server
  • TypeScript
  • git
  • js
  • pomelo
  • python
  • servser
  • thinkphp
  • url链接
  • vue
  • 正则表达式

Tag Cloud

ECMAScript6 Egret Nodejs Python SSH Server TypeScript git js pomelo python servser thinkphp url链接 vue 正则表达式

Archives

  • July 2019
  • June 2019
  • April 2019
  • March 2019
  • January 2019
  • September 2018
  • October 2017
  • September 2017

Recent Posts

  • Python基础语法
  • 搭建Python开发环境(Mac)
  • antd 定制样式
  • Mac上传文件到Linux服务器
  • MongoDB笔记
© 2019 Lucas Wang
Powered by Hexo

粤ICP备19054196号

首页 归档