Python Forum
Graphql subscriptions client - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Networking (https://python-forum.io/forum-12.html)
+--- Thread: Graphql subscriptions client (/thread-16714.html)



Graphql subscriptions client - Edoar - Mar-11-2019

Hi anyone, i'm begginer with python and i work on kodi, now i'm try build a websocket service to connect my server, currently my server has graphql subscription implementation. my doubt is if can i build a simple client with websocket to connect my server. kodi has python 2.7 version and the packages that i find uses python 3.+. if is possible no use external packages much better.

pd: i appreciate any docs or tutorial.

thanks!