Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 838 Bytes

README.md

File metadata and controls

22 lines (20 loc) · 838 Bytes

Real-time-ChatApp

A Real Time chat application (sockets) Android app as a Client

refere to the chat server
https://github.com/brianlangay4/python-Chat-server

Demo

web chat server

This is the client side in Android app 
-User Interface (UI):
has a simple interface for chatting.
-Implemented functionalities such as sending and receiving messages, from android client to other clients
-Real-time Communication:
-Integrated a real-time messaging protocol with Sockets
-Handle connection management, message broadcasting.
-Cross-platform Compatibility:
One server can handle many clients and different platforms.

server can be advanced to catch the data to the cloud and authentications and more to your desire.