ivieira / socket.io-chat

A simple chat example using socket.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Socket.IO Chat

A simple chat using socket.io.

Requirements

  • Docker

How to use

Simply run docker-compose up to start the server. You should now have the application running at http://localhost:3000.

Features

  • Multiple users can join a chat room by each entering a nickname on website load.
  • User can change the chat room.
  • User can type chat messages to the chat room.
  • A notification is sent to user when the user join or change the chat room.
  • A notification is sent to all users when a user joins or leaves the chat room.

About

A simple chat example using socket.io


Languages

Language:JavaScript 58.9%Language:HTML 36.2%Language:CSS 4.9%