https://github.com/barretlee/blogchat
Chat room source code for Barret Lee's Personal Blog.
https://github.com/barretlee/blogchat
blog chatroom chatroom-client chatroom-server register
Last synced: 6 months ago
JSON representation
Chat room source code for Barret Lee's Personal Blog.
- Host: GitHub
- URL: https://github.com/barretlee/blogchat
- Owner: barretlee
- Created: 2016-07-22T03:16:41.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-08-16T10:17:03.000Z (about 2 years ago)
- Last Synced: 2025-03-29T22:04:03.530Z (6 months ago)
- Topics: blog, chatroom, chatroom-client, chatroom-server, register
- Language: HTML
- Homepage: http://www.barretlee.com/
- Size: 514 KB
- Stars: 498
- Watchers: 30
- Forks: 120
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A Simple Chat System
===It's a simple chat system, can be inserted to anywhere.
Demo: http://119.23.13.9:29231/
### Usage
```bash
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](http://socket.io/).