expo-server-sdk-python icon indicating copy to clipboard operation
expo-server-sdk-python copied to clipboard

Async implementation

Open markedwards opened this issue 2 years ago • 1 comments

Is there any interest in an async implementation of this library, probably based on aiohttp? I'm working on porting it for internal use, but would be willing to publish the results here.

Also could do an HTTPX library that provided both sync and async, but at the moment I'm proceeding with aiohttp.

markedwards avatar Oct 21 '23 11:10 markedwards

I made it asynchronous version https://github.com/Learnity-AI/expo-server-sdk-python-async

bahadiraraz avatar Apr 29 '24 12:04 bahadiraraz

I made it asynchronous version https://github.com/Learnity-AI/expo-server-sdk-python-async

Thanks!

Getting an official async implementation into main would also be nice.

ArshansGithub avatar Nov 30 '24 07:11 ArshansGithub