hhcauldwell / kalabox-ui-old

This contains the angular UI for the kalabox-cli
MIT License
0 stars 0 forks source link

figure out what is the smallest possible container to run the ui in #4

Open pirog opened 10 years ago

pirog commented 10 years ago

after the kalabox-installer runs we will need to redirect the chromium node-webkit browser to some URL of a UI running in the VM. the UI will be pulled in some sort of container which should be as small as possible.

mikemilano commented 10 years ago

Are you saying the kalabox angularjs UI would run remotely in relation to the node-webkit app?

If that's the case, we lose a lot of node-webkit capabilities we in terms of directly calling node modules in our client. We would also need to write a service & websocket layer with this approach. I think it removes the need for all the testing work we setup as well.