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.
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
inConstants.java
file with IP address assigned by the router.
public static final String CHAT_SERVER_URL = "localhost:3000/"
MIT