Skip to content

Latest commit

 

History

History
23 lines (22 loc) · 517 Bytes

README.md

File metadata and controls

23 lines (22 loc) · 517 Bytes

NODE-MESSAGE-ACTION

SQS || Kafka -> Subscribe Message

Author 박현우
Create Date 2021.11.24

개발 환경

  • node 14+
  • typescript
  • nodemon
  • dotenv
  • ws
  • express

내용

todo

  • SQS가 아닌 다양한 Message Queue 범위로 다시 잡기 (kafka message action도 처리할 수 있게끔...)

실행

  • (please confirm dotenv file / dotenv configuration is same src/config file)
  • npm install
  • npm start (nodemon을 쓰고 개발중이니, 없을 경우 nodemon -> node)