Skip to content

Android chat application that allow multiple users to join a room and chat.

License

Notifications You must be signed in to change notification settings

YouQam/Chat-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat-App

This is an android chat application that allow multiple users to join a room and chat. The application includes NodeJS server and uses SochetIO to send and receive data in real time with the server.

App Demo

alt text

Usage

To run the app you can either deploy the NodeJS server to a cloud platform such as Heroko or simply run it locally.

If you prefer to run the server locally make sure of the following:

  • Both PC and phones are connected with the same router.
  • Modify localhost in Constants.java file with IP address assigned by the router.
public static final String CHAT_SERVER_URL = "localhost:3000/"

License

MIT

About

Android chat application that allow multiple users to join a room and chat.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published