Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 396 Bytes

File metadata and controls

12 lines (6 loc) · 396 Bytes

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.