首页 > TAG信息列表 > Pushpin
pushpin Server-sent events && openresty 集成试用
前边有写过一个简单pushpin 集成stream 的demo,这次测试下sse 的功能 备注: 环境依然使用的是docker-compose运行 环境准备 docker-compose 文件 version: "3"services: pushpin: image: fanout/pushpin environment: - "target=api:8080" - "LOGNAME=nobody" volPushpin How it works
转自:https://pushpin.org/docs/about/#how-it-works Introduction Pushpin is a reverse proxy server that makes it easy to implement WebSocket, HTTP streaming, and HTTP long-polling services. The project is unique among realtime push solutions in that it is despushpin 将web services 转换为realtime api 的反向代理工具
pushpin 是一款反向代理工具,可以将web services 转换为实时的api 参考架构图 包含的特性 透明 无状态 共享nothing 发布&&订阅模型 几种灵活用法 基本使用 集成api 管理工具 集成消息队列 微服务模型 大规模cdn 模型 说明 pushpin 自己设计为了一个标准的协议,当前已