Saturday, November 5, 2011

JavaScriptDemoer

When I presented at the BOSTON .NET user group and last week at Code camp my talk "JavaScript in 60 minutes for C# developers", I had a lot questions about the tool I used to do the presentation. People were intrigued, so I made it public.


JavaScriptDemoer is a windows application to demo JavaScript and/or C# source code live.
Each page displays:
  • A slide written with the MARKDOWN language
  • An optional C# program, that must compile and may produce a console output.
    • .NET 4.0 must be installed.
  • A JavaScript program that must compile and may produce a console output.
    • JavaScriptDemoer comes with nodejs 0.5.10 windows version

More information and the source code is on github JavaScriptDemoer

No comments:

Post a Comment