It's a simple chat system, can be inserted to anywhere.
Demo: http://119.23.13.9:29231/
git clone https://github.com/barretlee/blogChat.git
cd blogChat;
npm i;
node index;
- Register Name:
- Chat:
- 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
MIT
Thanks for socket.io.