This is not medical advise.
JS based web server for showing xrays.
git clone https://github.com/bpjohannessen/xrayviewer-web
cd xrayviewer-web
You will need to edit the follow line in js/xray.js (line 23) to match your own host
var $queryurl = "http://fettenajs.com/api";
npm install
node srv.js
Browse to localhost:3000. Enjoy. And contribute if you want to!