Skip to content

japhv/ionic-image-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Ionic Image Chat

##Introduction

This is a real time image sharing chat application built using Ionic and socket.io. Images can be shared from both the camera and local file system.

##Installation

Note: This is on the assumption that you already have ionic and cordova pre-installed.

  1. Clone the repo

git clone https://github.com/jaffyadhav/ionic-image-chat.git

  1. Enter the app directory and enter

ionic state restore

ionic platform add android or ionic platfrom add ios

##Running the application

  1. Run the server in the server directory

node server

The server is now up and running.

  1. Go to the app folder and run

ionic serve --lab

  1. To run it on a emulator

ionic emulate android or ionic emulate ios

About

A image chat application using ionic framework and socket.io.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages