tleyden.github.io

An Example of Using NSQ From Go

    open original

    NSQ is a message queue, similar to RabbitMQ. I decided I’d give it a whirl. Install Nsq 1
    2
    3
    $ wget https://s3.amazonaws.com/bitly-downloads/

    via tleyden.github.io