January 28, 2018
Hello!

As the title suggests, I'm looking for the answer to this question. I've searched / asked it on the vibe forums, but nobody has answered.

I'm not familiar enough with JS frameworks / vibe to really know how this would (not) work together.

I've experimented with vibe, and I would like to build a data visualization website using one of the two (preferably pixieJS).

If they are not, can anyone point to where I should start to make a custom web kit out of the stuff found on dub?


Thanks!
January 28, 2018
On 1/28/18 11:45 AM, Mark wrote:
> Hello!
> 
> As the title suggests, I'm looking for the answer to this question. I've searched / asked it on the vibe forums, but nobody has answered.

vibe.d is a server, and it serves javascript just fine.

> I've experimented with vibe, and I would like to build a data visualization website using one of the two (preferably pixieJS).

Either is fine AFAIK, javascript is browser-side, so the server just has to dish out the files for the browser to run them.

-Steve