Skip to content

ToGoBananas/moleculer-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages