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
- Host: GitHub
- URL: https://github.com/melvin0008/ionic-socketio-chat-client
- Owner: melvin0008
- License: mit
- Created: 2015-03-13T06:14:44.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-21T11:09:24.000Z (over 8 years ago)
- Last Synced: 2024-05-22T17:07:20.679Z (8 months ago)
- Language: JavaScript
- Homepage: https://medium.com/@melvinphilips8/ionic-socketio-chat-application-62c7d20e70b2#.j3kcq2md3
- Size: 11.3 MB
- Stars: 179
- Watchers: 23
- Forks: 121
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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.