tiny-broke

This RPC like application, the client ask for something, then register to a topic, waiting for response.

The worker register to some topics, and send back an event when its work is done, so the client can complete its own task.

You can find exemple usage here, in the JavaScript client

Run tiny-broke

Configuration

You have to use environment variables to configure tiny-broke: - TASK_TIMEOUT: seconds to wait for a worker response one we send the task to it. If the broker does not respond in time we drop the task * default value is 60 seconds

Features

Roadmap

Not in near future