간단한 채팅 프로그램 (참고 블로그 : https://thebook.io/006806/)
<프로젝트에서 사용한 주요 기술 및 언어>
- 서버 : golang
- 회원 정보 관리 : mysql
- 채팅방, 메세지 정보 관리 : elastic search, kibana
<서버에서 사용한 외부 오픈소스>
- 라우터 : github.com/julienschmidt/httprouter
- 미들웨어 : github.com/urfave/negroni
- 뷰(렌더링) : github.com/unrolled/render
- 세션 : github.com/goincremental/negroni-sessions
- 웹소켓 : github.com/gorilla/websocket
- 엘라스틱 서치 : github.com/olivere/elastic