Skip to content

Rickmusic/socketIO-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Web Chat Application using Socket.io

Features:

  • Keeps track off all connected clients and shares information with other users.
  • Allows user to set own name and define a color for his/her interaction
  • Gives user ability to share messages with all other connected clients.
  • Uses Client side cookes to remember the name you previously defined for yourself.
  • Has actively scrolling window so you can read previous messages and read incomming messages without having to scroll down everytime.
  • Upon connection each user will be updated on the current conversation by having the conversation space updated with a previous history of messages.

Running Instructions:

  • Download source code.
  • Navigate to active directory and run npm install.
  • Run node server.js
  • Use webbrowser to navigate to localhost port 3000.

About

simple chat app for SENG 513

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published