开源软件名称:chatbox开源软件地址:https://gitee.com/gqlengine/chatbox开源软件介绍:Chatbox by gqlenginechatbox demostrates a message box for multiple users (each page as a user), it's an example shows how powerful by GraphQL subscription which fully supported by GQLEngine. get the demo: go get github.com/gqlengine/chatbox@master run and open at: http://localhost:9996/ you can also debug with Playground by subscription the chatMessage subscription { chatMessage(sender: "bob") { sentTime sender ... on TextMessage { text } ... on ImageMessage { image } }} |
请发表评论