https://github.com/youqam/chat-app
Android chat application that allow multiple users to join a room and chat.
https://github.com/youqam/chat-app
android java nodejs-server
Last synced: 12 months ago
JSON representation
Android chat application that allow multiple users to join a room and chat.
- Host: GitHub
- URL: https://github.com/youqam/chat-app
- Owner: YouQam
- License: mit
- Created: 2020-04-25T00:24:41.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T14:48:59.000Z (over 3 years ago)
- Last Synced: 2025-04-02T07:35:15.781Z (over 1 year ago)
- Topics: android, java, nodejs-server
- Language: Java
- Homepage:
- Size: 196 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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

## Usage
To run the app you can either deploy the NodeJS server to a cloud platform such as [Heroko](https://devcenter.heroku.com/articles/nodejs-support) 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