/blogChat

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

Primary LanguageHTML

A Simple Chat System

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

Demo: http://123.56.230.53:29231/

Usage

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

Screenshot

  • Register Name:

Register Name

  • Chat:

Chat

Changelog

  • 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.