https://github.com/brianlangay4/real-time-chatapp
A Real Time chat application (sockets) Android app as a Client
https://github.com/brianlangay4/real-time-chatapp
chatapplication realtime-chat realtime-messaging serverclient socketserver
Last synced: 3 days ago
JSON representation
A Real Time chat application (sockets) Android app as a Client
- Host: GitHub
- URL: https://github.com/brianlangay4/real-time-chatapp
- Owner: brianlangay4
- Created: 2024-05-02T07:29:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-02T12:56:26.000Z (over 1 year ago)
- Last Synced: 2025-09-08T04:47:12.199Z (about 1 month ago)
- Topics: chatapplication, realtime-chat, realtime-messaging, serverclient, socketserver
- Homepage: https://github.com/brianlangay4/Real-time-ChatApp
- Size: 108 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
###
```
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.