Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 512 Bytes

README.md

File metadata and controls

42 lines (27 loc) · 512 Bytes

Chatty

Chatty is a real-time chat app

Usage

Installation

Install the dependencies

$ npm install

Serve

Start the server

$ node app

Access from your browser:

localhost:5000

Demo

https://chatty-oaks.herokuapp.com/

Highlights:

  • Super-fast chat application powered by Node.js and Socket.IO!
  • front-end styled with Bootstrap
  • responsive website design
  • using JavaScript/jQuery
  • with Handlebars for templating
  • and logins managed with Redis