使用express+mysql开发的项目,本地测试完毕,怎么部署到服务器,谢谢。
ringa_lee
1. Install node and mysql environment on the server 2. Upload the code and node www can run the service 3. If you want to run the service better, you can use pm2 on Linux
1. Install node and mysql environment on the server
2. Upload the code and node www can run the service
3. If you want to run the service better, you can use pm2 on Linux