Importing a value from vvvv (IO Box Value Advanced and TCP) to a website

Hi all,
I’m using the Thinkgear Connector V2 patch to connect a mindwave reader and use the data to transform some graphics. It works perfectly well within vvvv.
Now I would like to use the outcome values (IO Box) of the Thinkgear Connector V2 patch to control something web based (HTML canvas).
I tried vvvv.js but unfortunately the TCP patch used in the Thinkgear has not been implemented yet and therefore it doesn’t work.

Any suggestion on how to “export” values from vvvv (IOBox_value advanced) and read them in an HTML framework (canvas)?