Python console that runs in the server but is controlled from a web client.
Loading in Consola.csproj VSTO 2012 or greater w/NTVS will automatically install javascript dependencies. If you are not using VSTO or NTVS you'll have to install them manually:
npm install
Install browserify and exorcist if you haven't already:
npm install -g browserify
npm install -g exorcist
Compile web client from /Consola/APP
build in visual studio or:
browserify app.js --debug | exorcist ./output/bundle.js.map > ./output/bundle.js
Run from visual studio. Access console at http://localhost:65220/Console.