graphqlws:Go中基于WebSocket协议的GraphQL的实现

时间:2024-02-23 18:33:54
【文件属性】:

文件名称:graphqlws:Go中基于WebSocket协议的GraphQL的实现

文件大小:15KB

文件格式:ZIP

更新时间:2024-02-23 18:33:54

go graphql golang server backend

注意:我们正在寻找graphqlws的新维护者。 如果您有兴趣,请通过我们联系。 graphqlws 在Go中实现 。 由带给您的。 入门 安装依赖项: go get github.com/sirupsen/logrus go get github.com/x-cray/logrus-prefixed-formatter go get github.com/google/uuid go get github.com/gorilla/websocket go get github.com/graphql-go/graphql 克隆存储库: mkdir -p " $GOPATH /src/github.com/functionalfoundry " cd " $GOPATH /src/github.com/functionalfoundry " git clone https://github.com/functionalfoundry/graphqlws 运行测试: cd graphqlws go test 运行示例服务器: go run graphqlws/examples/s


【文件预览】:
graphqlws-master
----.travis.yml(264B)
----handler.go(3KB)
----subscriptions_e2e_test.go(6KB)
----logger.go(484B)
----subscriptions_test.go(8KB)
----connections.go(9KB)
----examples()
--------simple-server()
----LICENSE.md(1KB)
----.gitignore(302B)
----README.md(4KB)
----ast.go(1KB)
----subscriptions.go(6KB)

网友评论