xzion / dota2-gsi

Dota 2 Game State Integration server for Node.JS
MIT License
114 stars 20 forks source link

Building data + express IP address binding parameter #2

Closed aarong11 closed 6 years ago

aarong11 commented 7 years ago

Added two new features -

Added building data to the CFG. The client sends up the state of each tower on it's team with every event. Added the ability to specify an optional IP address to listen on when calling the constructor. It is passed in to the "options" as "ip". Defaults to 0.0.0.0 (all interfaces) if not specified.