Little group chat using Node.js with SocketIO as chat server and MongoDB as database.
The server is located here https://github.com/icaroabreu/socketio-server
The Android SocketIO library used is https://github.com/cmarrero01/socket.io-client.java by cmarrero01.
- Group chat
- Facebook like touch to resend message feature
- Messages stored in app
- "Load More" button to load previous messages stored locally
- Retry to connect on disconnect