cyrilf / ngChat

A tiny-chat application with Angular, Socket.IO and NodeJs

Home Page:http://ngchat.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ngChat

Build Status

A tiny-chat application with Angular, Socket.IO and NodeJs

windmill

A live version can be found here : ngChat on Heroku

❕ Heroku doesn't support websockets for now (source). That's why the live version isn't as effective as a local one.

Requirements

  • nodeJs installed on your computer.

Steps

###1 - Clone this repository

git clone https://github.com/cyrilf/ngChat.git ; cd ngChat

###2 - Install the dependencies.

[sudo] npm install -d

###3 - Open the browser

Enter this url in your web browser :

localhost:2377

###4 - Enjoy and chat

Configuration

You can easily configure this application to fit your needs by editing the public/javascripts/conf.js.

Cyril F - Web developer

About

A tiny-chat application with Angular, Socket.IO and NodeJs

http://ngchat.herokuapp.com/


Languages

Language:JavaScript 80.4%Language:CSS 19.6%