An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

# Titanium SDK socket.io demo app + node.js server

Buy Me A Coke donate button

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