Hacker News new | ask | show | jobs
by danpalmer 4438 days ago
It's a really good idea to have something like this to create a canonical build environment. We've had quite a few issues on my course of "it works on my machine". The only thing I'm wondering about is GUI programs. Currently it looks like those wouldn't be possible, which is unfortunate, because several of the main programming assignments I've had have been Java GUI applications, C++ and OpenGL programs, etc. I wonder how these could be done?
1 comments

I have already evaluted this; You can expose VNC through a port, and use NoVNC to play it on browser over websockets. The problem is, it is too slow and would generate a big burden on server.

noVNC: https://github.com/kanaka/noVNC