moshe444 / chat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chat Program with Socket.IO

A chat program includes following functions.

  • Show All users
  • Chat to all users
  • Chat to a specific user (private chat)
  • Custom unique username
  • Tips for users in or out

How to use

  • Clone Repo
git clone https://github.com/moshe444/chat.git
  • Install Dependecies
npm install
  • Run Server
node .
  • Open brower localhost: 3000

About


Languages

Language:JavaScript 98.1%Language:CSS 1.2%Language:HTML 0.7%