hg-node / ionic2-rxjs-socketio-chat

Ionic2 RxJS Socket.io Chat Sample App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ionic2-rxjs-socketio-chat

Install & Run

Clone this repo

git clone https://github.com/jkuri/ionic2-rxjs-socketio-chat.git
cd ionic2-rxjs-socketio-chat

Install server dependencies and run the server. Note that the server must be running for application to work.

cd server
npm install
node server.js # run the server

Then install app dependencies.

cd app
npm install
ionic serve # run the app in browser

Then open another browser and navigate to http://localhost:8100 or emulate app on device.

Emulate app on iOS (Mac OSX required)

ionic platfrom add ios
ionic ios run

Emulate app on Android

ionic platform add android
ionic run android

Author

Jan Kuri

Preview

ScreenShot

Licence

This project is licensed under the MIT license. See the LICENSE file for more info.

About

Ionic2 RxJS Socket.io Chat Sample App

License:MIT License


Languages

Language:TypeScript 37.1%Language:JavaScript 32.4%Language:CSS 20.7%Language:HTML 9.9%