https://github.com/ittus/chat-application-client-client-via-server
Linux Chat Application Client-Client via Server
https://github.com/ittus/chat-application-client-client-via-server
Last synced: 5 months ago
JSON representation
Linux Chat Application Client-Client via Server
- Host: GitHub
- URL: https://github.com/ittus/chat-application-client-client-via-server
- Owner: ittus
- Created: 2015-02-16T15:50:05.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-16T16:22:34.000Z (almost 11 years ago)
- Last Synced: 2025-04-05T08:27:12.631Z (9 months ago)
- Language: C
- Homepage:
- Size: 160 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Main function:
- Login
- Register
- List online people
- Chat with person
Note:
- At server's starting time, user need to enter an integer(PORT) to open PORT on server
- At client's starting time, user need to enter address of server(ex:IP) and port to connect with server
- Message form between client and server [name]|[message]
name is receiver's name, message is what you want to say with receiver
Example: root|hello world : Send "hello world" to user has name is "root"
- Validate input is not implement
Picture:
Server:

Client:
