An open API service indexing awesome lists of open source software.

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

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:
![Server screenshot](http://i100.photobucket.com/albums/m21/ittus/ScreenShot2015-02-16at111154PM_zpsd7f30b06.png)
Client:
![Client screenshot](http://i100.photobucket.com/albums/m21/ittus/ScreenShot2015-02-16at111207PM_zpsea0684f1.png)