wingify / vwo-python-sdk

VWO Python SDK for server-side A/B Testing
https://developers.vwo.com/docs/fullstack-overview
Apache License 2.0
15 stars 7 forks source link

Async support #3

Open infnetdanpro opened 3 years ago

infnetdanpro commented 3 years ago

Trying to run this module in Starlette, is it work properly with async frameworks?

infnetdanpro commented 3 years ago

@ankneo @sparshgupta @paraschopra @softvar guys? :)

softvar commented 3 years ago

Hey @infnetdanpro, Our Python SDK is framework agnostic. You can use it with any framework. Please let us know if you're facing any problems in integrating the SDK with Starlette. You can also contact us here - support@vwo.com

infnetdanpro commented 3 years ago

Hey @infnetdanpro, Our Python SDK is framework agnostic. You can use it with any framework. Please let us know if you're facing any problems in integrating the SDK with Starlette. You can also contact us here - support@vwo.com

Right, I don't see any async example