ThPadelis / oneup-chat

Live chat app with node.js and socket.io

Home Page:http://oneup-chat.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Live chat app with node.js and socket.io

Sample NodeJS/Express application demonstrating the use of Socket.IO. I am using:

This project was a simple test of sockets as a traditional chat program.

How to run locally

  1. Clone the repository
  2. Run npm install to install required dependecies
  3. Run npm start to start the server
  4. Open a browser and navigate to locahost:3000

Live Demo

You can view a running copy of this app, deployed on heroku at: oneup-chat.herokuapp.com

More to come

  • Unique color per user
  • User connected/disconnected message
  • Private rooms / chats
  • Message history (maybe up to 100 messages?)
  • Add emojis
  • Alert sound for new messages

Enjoy!.

About

Live chat app with node.js and socket.io

http://oneup-chat.herokuapp.com/

License:MIT License


Languages

Language:JavaScript 81.7%Language:HTML 16.0%Language:CSS 2.4%