This module is an HTTP connector that allows you to roll dice in your open Foundry VTT session by opening a URL in the same browser.
In the browser, navigate to http://your.server:port/modules/external-dice-roll-connector/roll.html?roll=formula, where 'formula' is your dice roll formula to be evaluated.
Example: http://localhost:30000/modules/external-dice-roll-connector/roll.html?roll=2d6+2
See the README for details and sending a Roll object with included results.
This module is based on the HTTP API module by KaKaRoTo