node.js

개발 스크랩/Node.js

[Node.js] AWS 로드밸런서를 이용해 도메인에 HTTPS 적용하고 NodeJS 서버 배포하기

AWS 로드밸런서를 이용해 도메인에 HTTPS 적용하고 NodeJS 서버 배포하기개요 node js 서버를 Https로 사용하기 위한 방법은 3가지가 있습니다. 아파치, nginx 등 웹서버에 ssl인증을 추가하는 방식 node js의 server.js 코드에 직접적으로 ssl인증을 하는 방식 AWS 로드밸런서를 이justdecide.tistory.com

개발 스크랩/Node.js

[Node.js] remaining connection slots are reserved for non-replication superuser connections 에러 해결법

RDS for PostgreSQL 오류 "FATAL: remaining connection slots are reserved"(나머지 연결 슬롯이 예약되어 있음) 문 max_connections 제한에 도달하지 않았는데도 Amazon Relational Database Service(RDS) for PostgreSQL에 연결할 때 “FATAL: remaining connection slots are reserved for non replicate superuser connections”(나머지 연결 슬롯은 비복제 repost.aws

카테고리 없음

[Node.js] Express 서브도메인 사용하기(vhost 사용)

node express 서브도메인 사용하기(vhost 사용) node express에서 서브도메인 분기처리 일단 express버전 체크 한다. 2. express 버전이 4.x 이상이면 vhos... blog.naver.com

개발 스크랩/Node.js

[node.js] localhost https 적용 (SSL)

[node.js] localhost https 적용 (SSL) 서론 로컬에서 개발할 때 http://localhost:8000 과 같은 형태의 URL을 상용하게 됩니다. 하지만 소셜 로그인을 local에서 수행하고 싶을 때 벤더사마다 다른 보안 정책으로 https 프로토콜에서만 로그인 charming-kyu.tistory.com

개발 스크랩/Node.js

[Node.js] Cannot use import statement outside a module Error 해결하기

Cannot use import statement outside a module Error 해결하기 “Uncaught SyntaxError: Cannot use import statement outside a module” 오류를 해결해보자. gwang920.github.io

개발 스크랩/Node.js

[Node.js] Swagger API 문서화

[Swagger] Node.js Swagger API 문서화 - 개요 안녕하세요. 이번 시간에는 Node.js API 서버에서 Swagger를 활용한 문서화 작업을 해보는 시간을 가져보도록 하겠습니다. 기본적으로 프론트 앤드와 백앤드 개발자가 작업을 할 때 가장 많이 any-ting.tistory.com

개발 스크랩/React

[React] Node+Express 서버와 React 연동하려면

Node+Express 서버와 React 연동하려면 - 코딩애플 온라인 강좌 0:00 서버와 리액트 연동 4:49 Q. 리액트 라우터로 여러 페이지 나눠놨으면? 6:20 Q. DB데이터는 리액트에서 어떻게 보여줌? 9:03 Q. 리액트 코드수정할 때마다 build 작업해야함? 9:34 Q. 서버에서 리액트 codingapple.com

개발 스크랩/Node.js

[Node.js] 노드몬(NODEMON)이란?

BoilerPlate Code 04 - 노드몬(NODEMON)이란? NODE 서버를 이용하면서 코드를 변경하게 될 경우, 변경한 코드를 웹 상에서 확인하려면 서버를 껐다가 다시 켜야 변화를 감지할 수 있다. NODEMON은 서버를 내리고 올리지 않아도 소스를 변경할 때 velog.io

inkyoung
'node.js' 태그의 글 목록