Skip to content

NextGroup/NodeTutorial

Repository files navigation

NodeTutorial

#Javascript 문서

Node.js 문서

Node.js Restful Service

Cluster

MongoDB Handling

Error Handling

서버 전반적인 것들

보안

MEAN Stack 참고 자료

성능

/etc/limits.conf 또는 /etc/security/limits.conf 를 여시고 맨밑에

hard nofile 9999999
soft nofile 999999  
추가해주시고 모두 로그아웃하고 재접속해서 테스트해보세요

안되면 위 방법 후 ulimit -n 999999 하고 나서 명령어 치시면 해결됨

Nginx

#기타 도움이 될만한 글들