• 0.1.0 684cc85dc6

    Tech preview Pre-Release

    james released this 2024-07-24 03:05:20 +00:00 | 5 commits to main since this release

    This provides a basic demo which may be run against a local nats server with open auth via the following commands (running in parallel):

    # (in parallel)
    putex -vvv 127.0.0.1 locks router abc 'echo HEALTH CHECK $1' start-does-nothing stop-does-nothing
    putex -vvv 127.0.0.1 locks router xyz 'echo HEALTH CHECK $1' start-does-nothing stop-does-nothing
    
    Downloads