status-im / nim-graphql

Nim implementation of GraphQL with sugar and steroids
Apache License 2.0
65 stars 6 forks source link

subscription over websocket #55

Open jangko opened 3 years ago

jangko commented 3 years ago

before we implement subscription over websocket there are some issue need to be addressed first:

jangko commented 3 years ago

https://github.com/status-im/nim-websock is heavy WIP. later we can use that to host our websocket needs.

jangko commented 3 years ago

https://github.com/status-im/nim-websock now is ready to host graphql subscription