QT GUI chat client for the node.js tcp chat server
http://jeremyko.blogspot.kr/2012/12/nodejs-tcp-chatting-server-with-qt.html
(https://github.com/jeremyko/nodeChatServer)
Current features:
-
enroll user
-
add/remove friend
-
login and retrieve my friend list
-
notify logged in/out
-
deliver chat message
QT로 작성된 채팅 클라이언트 입니다.
node.js로 작성된 tcp server(https://github.com/jeremyko/nodeChatServer)와 연동됩니다.
현재 구현된 기능:
-
최초 사용자 등록하기
-
대화상대 추가/삭제 하기
-
로그인시 인증 및 사용자 정보(대화목록) 보내주기
-
로그인/아웃 여부를 모두에게 알리기
-
채팅 메시지 전달하기