This is more out of curiosity that a real requirement, but I\'m wondering if it\'s possible to treat JavaScript as (ideally) a first-class .NET citizen, or (secondarily) hav
It's perfectly possible to run JavaScript applications without the use of a web browser. You can do this just by running the application using cscript (typically javascript files end with .js).