Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- express
- network
- nodejs
- Docker-compose
- dockerfile
- 도커
- 쿠버네티스
- gns3
- 용어정리
- RAID
- worker
- OpenStack
- 네트워크
- Docker Swarm
- 실습
- 개념
- PAT
- IaaS
- kubernetes
- 이론
- mysql
- RAPA
- 클라우드
- Javascript
- git
- node.js
- PaaS
- 명령어
- docker
- MongoDB
Archives
- Today
- Total
목록2020/04/29 (3)
융융이'Blog
Koa vs Express
Koajs 와 Expressjs 는 server를 구현할 때 많이 사용된다. 사용법이나 초기 세팅하는 방법에 대해서는 아래의 도큐를 참고하자 1. Koa https://koajs.com/ Koa - next generation web framework for node.js Introduction Koa is a new web framework designed by the team behind Express, which aims to be a smaller, more expressive, and more robust foundation for web applications and APIs. By leveraging async functions, Koa allows you to ditch callbacks ..
카테고리 없음
2020. 4. 29. 15:12
npm 설치된 모듈 모두 재설치
실수로 npm을 업데이트를 했는데 가끔 오류가 뜰 때가 있다 이럴때 모듈을 내가 지정한 값으로 바꾸고 모두 재설치 하는 것이 속이 시원할 때가 있다. - package-lock.json - node_modules 둘을 삭제하고 npm install을 실행해주면 된다.
2022이전/node.js
2020. 4. 29. 12:16