ShoutWeb IRC 客户端
Shout 是一个 Web IRC 客户端,你可以把TA放置在你的服务器上。
特性:
-
支持多用户
-
即使关闭了浏览器还是可以保持连接
-
可以一次性从多个设备进行连接
-
响应式布局 —可以很好的在智能手机上运行
-
等等
好啦,是否吸引到你了呢,赶紧来尝试吧!
这里是一个在公共模式下运行的 Shout 服务器,允许匿名连接:
Try the Shout client
注意:如果大量用户尝试示例,你可以尝试另外一个网络 irc.freenode.org
,免费节点只能允许大约 5 个的连接。
安装
sudo npm install -g shout
使用
安装好后启动服务器:
shout
更多相关信息
shout --help
截图
配置
打开 config.json
文件,运行:
shout config
设置:
port
使用默认端口
你可以覆盖,通过运行: shout --port 80
public
Set to either true|false
.
When set to false
, a login will be required for connecting users.
用户管理
运行 shout --help
:
Usage: shout [options] [command] Commands: list List all existing users add <name> Add a new user remove <name> Remove an existing user edit <name> Edit an existing user
如果你需要编辑用户手册,请看 users/example/user.json
.
命令
-
/close
-
/connect
-
/deop
-
/devoice
-
/disconnect
-
/invite
-
/join
-
/kick
-
/leave
-
/me
-
/mode
-
/msg
-
/nick
-
/notice
-
/op
-
/part
-
/query
-
/quit
-
/quote
-
/raw
-
/say
-
/send
-
/server
-
/slap
-
/topic
-
/voice
-
/whois
评论