Live data from Hacker News

Ask HN: How did they make an online compiler?

news.ycombinator.com

1–4 of 4 posts

Re: Ask HN: How did they make an online compiler?

#3
At a (semi-educated) guess, they've got a box (or several) running Javac 1.7.0_09 (like it says in the title) and a script that pushes stdin and stdout around and back to the web page with the results of the compilation.

Trickier ways of doing this include Emscripten [1]

1: http://www.rfk.id.au/blog/entry/pypy-js-first-steps/