https://github.com/hellokaton/freechat
🐶 online anonymous chat application.
https://github.com/hellokaton/freechat
blade blade-mvc chat-server freechat
Last synced: 11 months ago
JSON representation
🐶 online anonymous chat application.
- Host: GitHub
- URL: https://github.com/hellokaton/freechat
- Owner: hellokaton
- Created: 2017-03-18T16:09:55.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-04T15:58:04.000Z (over 8 years ago)
- Last Synced: 2024-10-29T16:00:43.358Z (over 1 year ago)
- Topics: blade, blade-mvc, chat-server, freechat
- Language: CSS
- Homepage:
- Size: 27.6 MB
- Stars: 29
- Watchers: 5
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# freechat
一款在线匿名聊天的站点。
## 预览


## 技术栈
- web框架:blade
- 通讯框架:netty-socketio
- UI库:mdui
## 打包
```bash
mvn clean package
```
## 运行打包程序
```bash
java -jar target/dist/freechat/free-chat-0.0.1.jar
```