Python Forum

Full Version: Graphql subscriptions client
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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!