Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hellokaton/freechat
🐶 online anonymous chat application.
https://github.com/hellokaton/freechat
blade blade-mvc chat-server freechat
Last synced: 14 days ago
JSON representation
🐶 online anonymous chat application.
- Host: GitHub
- URL: https://github.com/hellokaton/freechat
- Owner: hellokaton
- Created: 2017-03-18T16:09:55.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-04T15:58:04.000Z (about 7 years ago)
- Last Synced: 2024-05-18T17:56:49.237Z (6 months 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
一款在线匿名聊天的站点。
## 预览
![OpenSource](http://ww3.sinaimg.cn/large/0060lm7Tly1fl4zv0xz5zj31kw0xctmw.jpg)
![OpenSource](http://ww1.sinaimg.cn/large/0060lm7Tly1fl4zvdqeouj31kw0xcahp.jpg)
## 技术栈
- web框架:blade
- 通讯框架:netty-socketio
- UI库:mdui## 打包
```bash
mvn clean package
```## 运行打包程序
```bash
java -jar target/dist/freechat/free-chat-0.0.1.jar
```