Skip to content

ckthiessen/Real-Time-Chat-Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

real-time-chat-application

Real-time chat application built using Vue.js + Socket.IO

Features

  • Real time chat with other users
  • Change your name by sending "/name {new username}"
  • Change your username color by sending "/color {RRGGBB}"
  • Uses cookies to remember your username and color from a previous session. Cookie lasts one hour.
  • Converts some text emojis (   :)   :(   :O  ) into pictoral emojis
  • Shows all current users when fullscreen

Project setup

npm install

Running Instructions

node server.js

Then go to localhost:3000

To simulate multiple users, open localhost:3000 in one or more incognito tabs. This will create a new session instead of reusing an existing one.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published