nats-py — Easy Playground
Python client for NATS messaging system
Getting started with nats-pyRun locally
Install
pip install nats-pyPython CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: nats_py)
nats-py is a third-party package. Python client for NATS messaging system. Install with: pip install nats-py
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?