Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-08-16T10:17:03.000Z (about 1 year ago)
- Last Synced: 2024-06-01T17:11:37.097Z (5 months ago)
- Topics: blog, chatroom, chatroom-client, chatroom-server, register
- Language: HTML
- Homepage: http://www.barretlee.com/
- Size: 514 KB
- Stars: 498
- Watchers: 31
- Forks: 119
- 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:
![Register Name](http://ww4.sinaimg.cn/large/6c0378f8gw1f65gcx9in0j20fi0b4mxd.jpg)
- Chat:
![Chat](http://ww4.sinaimg.cn/large/6c0378f8gw1f65gidryyxj20fy0bzglz.jpg)
### 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/).