NodeJS 설치
github.com/nodesource/distributions/blob/master/README.md#debinstall
nodesource/distributions
NodeSource Node.js Binary Distributions. Contribute to nodesource/distributions development by creating an account on GitHub.
github.com
참조사이트
Node.js 서버 구축
개발환경 서버 OS CentOS 7 접속방식 원격접속 ( putty [ ssh ] ) IDE vi editor 접속 PC OS Windows 10 간단한 http 웹서버 구축하는 방법입니다. 아파치처럼 특정 경로의 정적 파일을 서비스하도록 서버를 구..
paulgo1111.tistory.com
AWS ec2 인 경우
서버동작확인
Firewall 설치
리눅스 firewalld 설치 // firewall-cmd: command not found 에러
서버 세팅 도중 firewall-cmd: command not found 에러가 발생 리눅스에서 가장 많이 사용되는 OS중 하나인 Centos 7에 서 방화벽 관련 포트나 서비스를 열거나 닫을 때, firewalld명령어를 사용하는데, 최
xorms0707.tistory.com
포트 Open
linuxconfig.org/redhat-8-open-and-close-ports
해당 포트 확인
e:\Downloads>tcping64 3.36.224.223 3000 |
Express
expressjs.com/ko/starter/hello-world.html
Express "Hello World" 예제
Hello world 예제 기본적으로 이 앱은 여러분이 작성할 수 있는 가장 간단한 Express 앱일 것입니다. 이 앱은 하나의 파일로 된 앱이며 Express 생성기를 통해 얻게 되는 앱과는 같지 않습니다. (이 예제
expressjs.com