nats.py2 icon indicating copy to clipboard operation
nats.py2 copied to clipboard

A Tornado based Python 2 client for NATS

Results 3 nats.py2 issues
Sort by recently updated
recently updated
newest added

Using nats.py2 able to create connection, publish, subscribe without passing ca pem file to a nats core tls enabled server running behind nats streaming server, whereas other clients in other...

Although for Python3 it is recommended to use instead the [asyncio-nats](https://github.com/nats-io/asyncio-nats) client, considering that [Tornado 6.0 will drop support for Python 2.7](https://github.com/tornadoweb/tornado/blob/master/docs/releases/v5.1.0.rst#deprecation-notice) in the future this client ought to be...