natsbot

NATS bot
git clone https://git.instinctive.eu/natsbot.git
Log | Files | Refs | README | LICENSE

README.md (420B)


      1 # NATS bot
      2 
      3 [![Casual Maintenance Intended](https://casuallymaintained.tech/badge.svg)](https://casuallymaintained.tech/)
      4 
      5 This is a daemon [NATS](https://nats.io/) client which
      6 runs Lua callbacks on received messages.
      7 
      8 It is inspired by [an earlier MQTT bot](https://fossil.instinctive.eu/mqttagent/),
      9 meant to be a kind of cron-but-for-MQTT-messages-instead-of-time to run actions,
     10 but ported to NATS instead of MQTT.