/PrivateChat

anonymous chat client using node.js and socket.io

Primary LanguageJavaScriptGNU General Public License v2.0GPL-2.0

Private Chat

A chat client written in node.js, angular.js and firebase.

Setup

  1. Clone the repository git clone https://github.com/kp96/PrivateChat.git
  2. Install dependecies npm install
  3. Install bower npm install bower -g
  4. Install bower dependencies bower install
  5. Run the application node app.js
  6. Open browser and type localhost:4200