nameko run <module>
on the command line, nameko will discover any service classes defined in <module> and start them all under one runner
worker_factory
but I don't know how to pass arguments to the service class constructor
worker_factory
is for providing alternative dependencies when creating a service worker.
pip install --pre nameko
. more prerelease users are always appreciated
nameko
is our benchmarking project => the-benchmarker/web-frameworks#1269