Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ToGoBananas/moleculer-python

Basic functionality for moleculer.services with amqp broker and json serializer
https://github.com/ToGoBananas/moleculer-python

Last synced: 2 months ago
JSON representation

Basic functionality for moleculer.services with amqp broker and json serializer

Awesome Lists containing this project

README

        

### Usage:

Each node should run instance of `MoleculerNode` class. Node id can be specified on initialization.

To configure node you must edit `moleculer/service.py` file.

Service configuration in `INFO_PACKET_TEMPLATE`

To handle requests from other nodes (call, dcall), you must implement `request_handler` function.

To handle events (emit, broadcast), you must implement `event_handler`.