feat: 초기 프로젝트 설정 및 룰.md 파일 추가
This commit is contained in:
14
api.hyungi.net/node_modules/pm2/lib/templates/sample-apps/http-server/README.md
generated
vendored
Normal file
14
api.hyungi.net/node_modules/pm2/lib/templates/sample-apps/http-server/README.md
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
|
||||
# Basic HTTP Server and Cluster mode
|
||||
|
||||
In this boilerplate it will start an http server in cluster mode.
|
||||
|
||||
You can check the content of the ecosystem.config.js on how to start mutliple instances of the same HTTP application in order to get the most from your working system.
|
||||
|
||||
## Via CLI
|
||||
|
||||
Via CLI you can start any HTTP/TCP application in cluster mode with:
|
||||
|
||||
```bash
|
||||
$ pm2 start api.js -i max
|
||||
```
|
||||
Reference in New Issue
Block a user