1. 首页
  2. 考试认证
  3. 其它
  4. bash websocket server 用bash编写的Websocket服务器

bash websocket server 用bash编写的Websocket服务器

上传者: 2024-10-16 17:26:21上传 ZIP文件 3.1KB 热度 3次

Bash Websocket服务器这是一个用bash编写的websocket服务器,它使用netcatopenssl。我这样做是因为我想用bash写一些东西,我需要一种方法来向浏览器发送推送通知之类的东西。也就是说,该服务器不接收消息,只发送消息。它适用于Chrome。包含的文件:index.html - 这是一个示例网页,用于设置websocket连接并在收到消息时执行操作。 pipe_to_websocket.sh - 这是接受命名管道作为其单个参数的服务器。当客户端连接到它时,它会进行websocket握手,然后将通过命名管道传入的任何数据发送到客户端。 run - 运行服务器的脚本。它设置一个命名管道并将来自stdin的任何输入转发给它。

用户评论