Timzaak【开源】Notir: http <-> websocket 发布订阅mini服务 中发帖

Hi,佬: 
最近做了个简单的小工具:http post 到 服务器端,转发给特定的 websocket 客户端。也可通过 Web UI 来查看。
现在提供一个公网服务,不需要登录注册,可快速尝试:

http://notir.fornecode.com:5800/?id=${uuid}

请将 uuid 替换成只用你知道的复杂字符串, 然后就可以发布消息,例如:
curl -X POST http://notir.fornecode.com:5800/pub?id=${uuid_you_known} \
-H 'Content-Type: application/json' \
-d '{"msg": "hello world"}'

如果想接入其他 websocket 客户端订阅消息,可使用以下链接:
ws://notir.fornetcom.com:5800/sub?i...