blogChat
Chat room source code for Barret Lee's Personal Blog.
HTML★ 499⑂ 120 forksupdated 2 years ago
git clone https://github.com/barretlee/blogChat.gitbarretlee/blogChatREADME.mdfork it — it’s yours
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:
- 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.
more like this