Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeremyko/nodechatclient
qt client for the node.js tcp chat server
https://github.com/jeremyko/nodechatclient
messenger qt
Last synced: 3 days ago
JSON representation
qt client for the node.js tcp chat server
- Host: GitHub
- URL: https://github.com/jeremyko/nodechatclient
- Owner: jeremyko
- Created: 2012-12-22T16:41:34.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2021-02-05T13:44:13.000Z (about 4 years ago)
- Last Synced: 2025-01-31T18:37:35.240Z (13 days ago)
- Topics: messenger, qt
- Language: C++
- Homepage:
- Size: 53.7 KB
- Stars: 7
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
nodeChatClient
==============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)
![ScreenShot](http://1.bp.blogspot.com/-ERWTkRM-4vA/UNma_gy_kKI/AAAAAAAACy4/4xs3js-JDVE/s1600/%E1%84%89%E1%85%B3%E1%84%8F%E1%85%B3%E1%84%85%E1%85%B5%E1%86%AB%E1%84%89%E1%85%A3%E1%86%BA+2012-12-25+%E1%84%8B%E1%85%A9%E1%84%92%E1%85%AE+4.30.10.png)
Current features:
1. enroll user
2. add/remove friend
3. login and retrieve my friend list
4. notify logged in/out
5. deliver chat message
QT로 작성된 채팅 클라이언트 입니다.
node.js로 작성된 tcp server(https://github.com/jeremyko/nodeChatServer)와 연동됩니다.
현재 구현된 기능:
1. 최초 사용자 등록하기
2. 대화상대 추가/삭제 하기
3. 로그인시 인증 및 사용자 정보(대화목록) 보내주기
4. 로그인/아웃 여부를 모두에게 알리기
5. 채팅 메시지 전달하기