Skip to content

nakulkundaliya/ionic-3-Socket-Io-Chatting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

README

Configure the Socket.io Server

  1. Open terminal and Go to root folder of server.
  2. Now install npm install Dependencies of nodejs npm install.
  3. Start server node app.js

Run Application

  1. Go to root folder of application
  2. install node dependencies npm install
  3. run on android ionic cordova run android
  4. run on ios ionic cordova run ios