https://github.com/m1ga/socket_io_demo
Basic socket.io chat app and a node.js socket server.
https://github.com/m1ga/socket_io_demo
android app appcelerator axway chat socket-io titanium
Last synced: about 2 months ago
JSON representation
Basic socket.io chat app and a node.js socket server.
- Host: GitHub
- URL: https://github.com/m1ga/socket_io_demo
- Owner: m1ga
- License: other
- Created: 2018-10-14T11:21:18.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-24T01:41:15.000Z (about 2 years ago)
- Last Synced: 2025-03-29T01:13:09.705Z (2 months ago)
- Topics: android, app, appcelerator, axway, chat, socket-io, titanium
- Language: Objective-C
- Homepage:
- Size: 24.9 MB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Titanium SDK socket.io demo app + node.js server
Just a basic socket.io chat app and a node.js socket server.
## How to run
* 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## Features
* connect / disconnect to socket.io server
* send / receive messages
* get client count
* get last five messages