Skip to content

Latest commit

 

History

History

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Examples

Don't forget to npm install the dependencies.

  • Worker - Handles fetching the matchlist and matches for a given summoner (and a region) and does processing.
  • Cluster - Multiple workers running in a cluster. Note that multiple workers can also be instantiated as separate processes.
  • Server - Express server sends messages to workers after a request using ZeroMQ. Once the data is processed, client receives the results via Socket.io connection.