Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 628 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 628 Bytes

wercker status

World of FluxCraft - Event Processing

Event Processor for the World of FluxCraft game sample. This service will listen on the appropriate queues for inbound events in need of processing. The service will then store the event in the event store, process it, and emit whatever outbound messages are necessary in order to allow clients to be informed as to state changes.

Downstream, the reality service (game state cache) will be updated as well.