A tiny-chat application with Angular, Socket.IO and NodeJs
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.
- nodeJs installed on your computer.
###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
You can easily configure this application to fit your needs by editing the public/javascripts/conf.js
.