サクサク読めて、アプリ限定の機能も多数!
トップへ戻る
ドラクエ3
nameko.readthedocs.io
# helloworld.py from nameko.rpc import rpc class GreetingService: name = "greeting_service" @rpc def hello(self, name): return "Hello, {}!".format(name) Note The example above requires RabbitMQ, because it’s using the built-in AMQP RPC features. RabbitMQ installation guidelines offer several installation options, but you can quickly install and run it using Docker. To install and run RabbitMQ usin
このページを最初にブックマークしてみませんか?
『nameko.readthedocs.io』の新着エントリーを見る
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く