Skip to content
This repository was archived by the owner on Jan 19, 2024. It is now read-only.

rhie-rusty-repository/Playground.NodeJS

Repository files navigation

Node.js

01. install

* website

node -v
npm -v

MEMO

  • https://ckeditor.com/

  • heroku.com (반 무료 클라우드)

  • openshift.com (무료 클라우드)

  • mlab.com (몽고디비)

  • 비정상으로 종료되었을 때 자동으로 다시 시작하기 : forever 모듈

npm install forever -g
forever start app.js
  • 클러스터링
npm install pm2 -g
  • 통신이 가능한 메모리 데이터베이스 : Redis

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors