# Internet browser enabled visualization

**URL:** https://discourse.julialang.org/t/internet-browser-enabled-visualization/82575
**Category:** Web Stack
**Created:** [June 10, 2022, 4:42pm UTC](https://discourse.julialang.org/t/internet-browser-enabled-visualization/82575 "2022-06-10T16:42:29Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![grimon](https://avatars.discourse-cdn.com/v4/letter/g/8edcca/32.png) [@grimon](https://discourse.julialang.org/u/grimon)
#### Post date: [June 10, 2022, 4:42pm UTC](https://discourse.julialang.org/t/internet-browser-enabled-visualization/82575/1 "2022-06-10T16:42:29Z")

</div>

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

 ![blinkgraph](https://global.discourse-cdn.com/julialang/original/3X/2/9/29780cefb35820e0a5f97cae8600e806676e5fcd.jpeg)

---

<div class="post-metadata">

### Author: ![jd-foster](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/jd-foster/32/35824_2.png) [@jd-foster](https://discourse.julialang.org/u/jd-foster)
#### Post date: [June 22, 2022, 10:44am UTC](https://discourse.julialang.org/t/internet-browser-enabled-visualization/82575/2 "2022-06-22T10:44:57Z")

</div>

This is definitely out of my experience, but would the first step be rendering using generic HTTP ([Getting Started · WebIO](https://juliagizmos.github.io/WebIO.jl/latest/gettingstarted/#Generic-HTTP)) rather than using the `Window()` call?
