A Raytracer written in JS. Naturally, it does not involve using WebGL, Math APIs or any other hight level APIs. Individual Pixel manipulation with custom math functions is all there is to this tracer. Go here to see it in action live.
Find the ray tracer source at content/js/tracer.js
(This is an entire setup, including a flask server and WSGI connection.)