socket-io-server
socket.io 서버와 클라이언트를 위한 Basic Startup Project 입니다.
webstorm IDE로 작업되었습니다
주요기능은 다음과 같습니다.
- socket.io 멀티노드 구성 (with redis)
- redis를 통한 세션공유
- node.js restfull api
- web version client
- HMAC(Hash Message Authentication Code) api 메시지 인증
socket.io (with redis) server & client