Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 649 Bytes

File metadata and controls

22 lines (17 loc) · 649 Bytes

Chat Server

implementation

  1. Docker 설치

  2. Redis Server 시작하기

docker run --name myredis -d -p 6379:6379 redis
  1. 확인하기 -> myredis 있으면 완료
docker ps
  1. ChatService 구동

API Guide