docs/extensions.rst
.. _extensions:
locust-plugins <https://github.com/SvenskaSpel/locust-plugins/>__
har2locust <https://github.com/SvenskaSpel/har2locust>__A Locust master and a Locust worker communicate by exchanging
msgpack <http://msgpack.org/>__ messages, which is supported by many
languages. So, you can write your User tasks in any languages you like.
For convenience, some libraries do the job as a worker runner. They run
your User tasks, and report to master regularly.
Boomer <https://github.com/myzhan/boomer/>__ - GoLocust4j <https://github.com/myzhan/locust4j>__ - Java