Just a basic socket.io chat app and a node.js socket server.
- clone the repo
- run the socket.io server:
cd socketServer && npm install && node server.js
- open "http://127.0.0.1:8080"
- change the
SERVER_IP
inside the index.js controller - compile and run the app:
ti build -p android -T device
- import the modules from https://github.com/tidev/titanium-socketio
- connect / disconnect to socket.io server
- send / receive messages
- get client count
- get last five messages