티스토리 뷰
To build a Node.js server using PM2 on Windows 10, you can follow these steps:
Install Node.js on your Windows 10 machine by downloading and running the installer from the official Node.js website.
Open a terminal or command prompt window and install PM2 globally by running the following command: npm install -g pm2
Navigate to your Node.js project directory in the terminal or command prompt.
Start your Node.js server using PM2 by running the following command: pm2 start app.js (replace "app.js" with the name of your main Node.js file).
Check the status of your Node.js server and monitor its logs using PM2 by running the following command: pm2 status and pm2 logs, respectively.
Stop or restart your Node.js server using PM2 by running the following commands: pm2 stop app.js and pm2 restart app.js, respectively.
Note that PM2 provides many other useful features for managing Node.js servers, such as automatic restarts, clustering, and load balancing. You can read more about these features in the PM2 documentation.
'IT 이야기' 카테고리의 다른 글
Ubuntu 에서 nodejs 설치하기 (0) | 2023.11.09 |
---|---|
Ubuntu에서 nginx 설치하기 (0) | 2023.11.09 |
보이스피싱 예방법 (1) | 2023.10.17 |
[Ubuntu] 64bit 리눅스에서 32bit 실행파일(ELF) 실행방법 (0) | 2023.04.13 |
RPA의 개념과 장단점 (0) | 2023.02.24 |
[hls.js] 실시간 영상 스트리밍 HTTP Streaming (0) | 2023.02.03 |
node.js 로 엑셀 파일 편집하기 (0) | 2022.10.25 |
[VBA] 엑셀 매크로 실행시 처리 과정이 안 보이게 하는 방법 (0) | 2022.06.20 |
리눅스 history 지우기 (0) | 2022.05.30 |
[SSL] 어떤 DCV 인증 방법이 가장 편리하고 빠르나요? (0) | 2022.05.28 |
- Total
- Today
- Yesterday
- W3Schools Online Web Tutorials
- 구차니의 잡동사니 모음
- [IT]블로거팁닷컴
- 비앤아이님의 블로그
- Blog Suspect
- 즐거운하루 blog
- zinicap의 검색엔진 마케팅(SEM)
- 머니야머니야님의 블로그
- [Friend] AtinStory
- [기타배우기]해브원 박스
- [웹표준] SINDB.com
- 해커 C 이야기
- [애드센스] 길라잡이
- 정순봉의 IT SCHOOL
- 씨디맨의 컴퓨터이야기
- 2proo Life Story
- 못된준코의 세상리뷰
- [IT강좌] 정보문화사
- IN 대전
- 에우르트는 나쁜남자 -_-
- 씬의 싱크탱크
- 엔돌슨의 IT이야기
- 진이늘이
- 'Cooltime'의 블로그
- 후이의 Tistory
- Soulstorage
- 앤드&엔드의 블로그
- June Blog
- 노지의 소박한 이야기
- gbWorld
- 인터넷 속 나의 생각
- HarshNix
- ART of WEB
- 녹두장군 - 상상을 현실로
- JavaScript
- 소스
- C
- MBTI 검사
- 효과음
- 안드로이드
- 예제 소스
- 안드로이드 어플
- 스마트폰
- 성공
- MBTI 강좌
- 안드로이드 어플 추천
- 리뷰
- 모토로이
- MBTI 테스트
- It
- MBTI
- 강의
- C언어 소스
- 인터넷 익스플로러
- php
- 프로그래밍 문제
- 소스코드
- 강좌
- HTML
- C언어 문제
- C언어
- MBTI 자료
- 프로그래밍
- 인터넷
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |