Ecosyste.ms: Awesome

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

https://github.com/melvin0008/ionic-socketio-chat-client

Ionic Socketio Chat Application
https://github.com/melvin0008/ionic-socketio-chat-client

Last synced: 17 days ago
JSON representation

Ionic Socketio Chat Application

Lists

README

        

# ionic-socketio-chat-client

Full tutorial at [http://melvin0008.github.io/blog/ionic-socketio-chat/](http://melvin0008.github.io/blog/ionic-socketio-chat/)

Simple chat demo for socket.io and ionic to build ios and android chat applications.
Connected to [chat.socket.io](http://socket.io/demos/chat/) using this app.

Instructions:
1. Clone this repository.
2. Install ionic : ``` npm install -g cordova ionic```
3. Add platform : ``` ionic platform add android``` or ``` ionic platform add ios```
4. As we are using external resources add whitelist plugin : ``` cordova plugin add cordova-plugin-whitelist```
5. Also add the keyboard plugin : ``` cordova plugin add com.ionic.keyboard```
6. Run ionic build: ```ionic run android``` or ```ionic run ios```

Demo:

| Android | iOS |
| :-------------------------: | :-------------------------: |
| ![demo](../master/image/demo.gif?raw=true) | ![demo](../master/image/ios.gif?raw=true) |

Enjoy!.

Feel free to contribute.