Skip to content
This repository has been archived by the owner on Sep 25, 2024. It is now read-only.

Latest commit

 

History

History
17 lines (10 loc) · 375 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 375 Bytes

Phonegap Demo

A quick NodeJS + Phonegap Chat demo using Twitter Bootstrap that can also share images photos taken from the phone.

Installation

Clone the repository and in the new folder run

npm install
npm start

The SocketIO server is now running and the app available at http://localhost:8080.

Running with Phonegap

cd chat
phonegap run ios