Loading

摘要: 用到微软Azure的一个库fetch-event-sourcec GitHub地址https://github.com/Azure/fetch-event-source #安装命令 npm install --save @microsoft/fetch-event-sourcec 下面是示例代码 / 阅读全文
posted @ 2023-04-11 01:20 老卫同学 阅读(3692) 评论(0) 推荐(2)
摘要: package main import ( "fmt" "github.com/gin-gonic/gin" "github.com/r3labs/sse/v2" "net/http" "net/url" "strings" ) func main() { r := gin.Default() r. 阅读全文
posted @ 2023-04-11 01:16 老卫同学 阅读(2021) 评论(0) 推荐(0)