How can I read messages from NSQ channel with aiohttp application

305 Views Asked by At

There is a good library pynsq, it uses tornado inside, so for example when I create simple tornado app, then there I can instantiate nsq.Reader instance, then when I start tornado server, this nsq.Reader() instance starts to work.

In case when I want to use aiohttp as web server - what is modern and proper way to have nsq reader there ?

0

There are 0 best solutions below