barretlee / blogChat

Chat room source code for Barret Lee's Personal Blog.

Home Page:http://www.barretlee.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Simple Chat System

It's a simple chat system, can be inserted to anywhere.

Demo: http://119.23.13.9:29231/

Usage

git clone https://github.com/barretlee/blogChat.git
cd blogChat;
npm i;
node index;

Screenshot

  • Register Name:

Register Name

  • Chat:

Chat

Changelog

  • execute code at client
  • limit msg length
  • whitelist of hostname
  • detect robot at server
  • detect robot at client
  • support custom username
  • support private chat
  • welcome new user

LICENSE

MIT

Thanks for socket.io.

About

Chat room source code for Barret Lee's Personal Blog.

http://www.barretlee.com/


Languages

Language:HTML 76.9%Language:JavaScript 23.1%