Skip to content

utsabk/ChatServer-Client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

ChatServer-Client

A server-client based mobile application where an android client can connect to a server and have a chat conversation with many other clients which are also connected to the same port. .

Server Side

A port number should be set which is required inorder to connect with server. It can host as many as clients you like. You can also use your computer's termial as a user.

Commands for terminal user

telnet localhost "port" [Connect to the server]

:user <username> [Set the user name]
:users [All the registered users]
:history [View the Chat history]
:quit [Logout] 

Client Side

It is an android app, If the server is running you can simply connect to the server and start chating with other clients.

Features(of Android Client)

  • User
    - Register, Login & Logout
  • Viewing all the Chat History
  • Keeping track of all registered users

Link

Demo of the app through a youtube video

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages