Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```