pedrobacchini / socket-chat-example

Instant messaging and chat Socket.IO's "Hello world" is a chat app in just a few lines of code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Socket.IO Chat

Instant messaging and chat Socket.IO's "Hello world" is a chat app in just a few lines of code.

How to use

$ npm install
$ node index.js

And point your browser to http://localhost:3000.

Features

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

About

Instant messaging and chat Socket.IO's "Hello world" is a chat app in just a few lines of code.


Languages

Language:HTML 69.6%Language:JavaScript 30.4%