0.0.9 • Published 10 months ago

@kronoslive/codeceptjs-utils v0.0.9

Weekly downloads
31
License
MIT
Repository
github
Last release
10 months ago

sbus

Service Bus for nodeJs services with RabbitMQ transport

sbus.on("get-orders", (req, context) => myFunc(req, context));

sbus.request("get-orders", { id: 123 });
}