It's a simple chat system, can be inserted to anywhere.
Demo: http://123.56.230.53: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.