/ChatAppSocket.io

this is a chat app using android kotlin (client-side) and socket.io (server-side)

Primary LanguageKotlin

Android Chat App

🚀 An Android project application that makes use of the socket.io for chatting.

Chat_App


ChatApp


Overview

It's a chatting application, after the login process, it allows you to browse the list of connected users and the ability to chat with any of them, and you can also create a chat room with a group of users, the application was programmed using Android and Socket.io.

Technologies

This project was developed with the following technologies:

  • Android - As a platform of development.
  • Kotlin - As a programming language for android development.
  • Socket.io - As a server-side for real-time chat.

Features

  • Login and Register with email and password.
  • Browse the active users in the app.
  • Private chat between two users.
  • Chat Room between a group of users.