Nameko with asyncio

Do you have a plan to make a Nameko’s fork with asyncio implementation instead of Eventlet?

My last Python experience was in 2008 and it wasn’t so long and I really don’t understand the difference between asyncio and Eventlet. Also I have experience with NATS MQ and I want to use it with Nameko but I found this topic and after some research I understood that python really has no any NATS implementation for Eventlet.

I`ve created proxy that can be used, its simple but can be used, not support msgpack(yet?) https://github.com/kozloffsky/nameko-aio

1 Like