How to develop a dashboard to control LXD on Windows?

,

I’d like to develop a dashboard (using Go) that controls LXD; however, it seems that LXD only works on Linux so I can’t test to see if the commands are really working as intended.

Is there any way to develop this on Windows? Or do I really need to have linux os installed?

You will be using the LXD REST API, therefore there should be no restriction in implementing it on Windows,

Here is an example in AngularJS,