Published onSeptember 4, 2019XSS와 sanitize-htmlsecurityCross-Site Scripting (XSS) | 대응 (sanitize-html)
Published onJuly 20, 2019Vuex 사용 및 Naming 컨벤션vuestorybookVuex는 단일 상태 트리를 사용하기 때문에 App의 모든 상태가 하나의 큰 객체 안에 포함된다. 그러나 규모가 커짐에 따라 저장소가 비대해질 수 있다. 이를 위해 Vuex는 저장소를 Module로 나눌 수 있다. 각 Module은 자체 state, getter, action, mutation 을 가진다.
Published onJune 19, 2019Socket 서버 구현 6 (http Request)nodejsbackendwebsocketrequest 모듈 | stream 연결 | SwiftStack Authentication
Published onJune 18, 2019Socket 서버 구현 5 (Zookeeper Client, Kafka Producer)nodejsbackendwebsocketZookeeper Client 구현 | Kafka Producer
Published onJune 17, 2019Socket 서버 구현 4 (Redis Client)nodejsbackendwebsocketredisRedis 사용 | ioredis 모듈 | Master의 Redis subscribe 및 Worker로 전달