lua-nats icon indicating copy to clipboard operation
lua-nats copied to clipboard

LUA client for NATS messaging system. https://nats.io

Results 4 lua-nats issues
Sort by recently updated
recently updated
newest added

Just wonder, client:publish is it done synchronous or asynchronous?

Queue group publishing would be useful for cluster situations

Can I use this library to connect to a NATS server with TLS enabled? I yes then how should I do it? Thanks

Hi! This pull request implements TLS support using the [luasec](https://github.com/lunarmodules/luasec) library, as an optional dependency. I tested against the NATS Docker image by first generating a CA then using it...