一个web IRC客户端:Shout
jopen
9年前
Shout是一个web IRC客户端,可以部署在自己的服务器上。
它拥有的特性
- 用户支持
- 即使你关闭浏览器还可以保持连接,
- 一次从多个设备连接
- 响应式布局 — 能够很好的适应手机
安装
sudo npm install -g shout
用法
When the install is complete, go ahead and run this in your terminal:
shout --help
For more information, read the documentation.
开发设置
To run the app from source, just clone the code and run this in your terminal:
npm install npm run build npm start -- --port 8080