Internet browser enabled visualization

I have created a visualization that displays in a local window using Graphs, Blink, and WebIO. Is there an easy way for me to convert what I have written into something that will display on a webpage?
This is the code that uses blink

This is definitely out of my experience, but would the first step be rendering using generic HTTP (Getting Started · WebIO) rather than using the Window() call?