I would like to try out a demo (more like a proof of concept), which involves running a .Net language in a browser.
I am talking about a kind of IDE that allows you to do the following:
- Step through code (i.e. debug) and inspect variables
- Run the application
All through a web browser interface
Is there any software out there that already does that?
If no, can someone share some ideas on how to get started in building such a proof of concept demo - i.e. what are the main steps required to put a "Hello world" example together?