Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 705 Bytes

File metadata and controls

19 lines (12 loc) · 705 Bytes

magikcraft-azureIgnite-mockEmitter

Mock Emmitter for testing Chris Briggsy's Magikcraft Stats Azure thing: https://github.com/jwulf/AzureIgnite

Run mock server (local substitute for Azure logger) with:

$ gulp

It will spin up at localhost:8666. See server.js for available routes.

Basically it can:

  • Log events from mockEmitter via localhost:8666/eat
  • Output full store via localhost:8666/store
  • Output crunched stats via localhost:8666/stats (this is what ZombieScoreboard consumes).

Run MockEmitter by visiting index.html in your browser. Settings and usage should be self explainatory.

For Azure production event Logger enpoints see: https://github.com/jwulf/AzureIgnite