http://www.tuicool.com/articles/7jmE7r Next week I will be presenting at Scala Days . In my talk I will be discussing building reactive applications with two-way (near) real-time communication using the combination of Server Sent Events for providing…
server sent events server push https://html5doctor.com/server-sent-events/ https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events/Using_server-sent_events https://stackoverflow.com/questions/20123762/what-the-different-between-onmessage-…
sentry 是一个方便的错误异常追踪系统,同时社区也提供了openresty 的lua 包,使用docker-compose 进行测试 备注: sentry 部分的配置来自官方文档 环境准备 docker-compose 文件 # NOTE: This docker-compose.yml is meant to be just an example of how # you could accomplish this on your own. It is not intended to wo…