Aiohttp implementation for MicroPython
Open
enhancement
- Dominant language
- Python
- Stars
- 16.5k
- Forks
- 2.4k
- Avg merge
- 17h 22m
- Merged PRs (30d)
- 212
Description
### Is your feature request related to a problem?
There's lack of a suitable async http client and server for [MicroPython](https://github.com/micropython/micropython).
### Describe the solution you'd like
Aiohttp can be implemented for MicroPython language to be used in many IOT projects.
### Describe alternatives you've considered
There are some tiny - non developed projects but they are full of bugs.
### Related component
Server, Client
### Additional context
MicroPython supports asyncio and I think some memory optimization stuff should be done.
### Code of Conduct
- [X] I agree to follow the aio-libs Code of Conduct
Contributor guide
Assessment
This issue has not been assessed yet.