Aiohttp implementation for MicroPython
Abierto
enhancement
- Lenguaje dominante
- Python
- Estrellas
- 16.5k
- Forks
- 2.4k
- Merge medio
- 17 h 22 min
- PR fusionados (30 d)
- 212
Descripción
### 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
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.