Hi everyone. I just completed a wrapper to Google's V8 engine for .NET. There is no DOM in it (it's pure JavaScript only). This may be of use to some.
V8.NET
This is a small step towards building a JavaScript server for use with C2. I've had some discussions with Scirra (Ashley), and they have agreed to support my open source server project "DreamSpaceJS" as long as WebRTC is supported, so I'll be attempting to integrate the WebRTC API as well in the near future. Ashley has suggested I begin with WebRTC in the browser first, so I'll be starting the client side networking part first (for peer to peer connections), then a pure server side (no-DOM) one next that will "talk" with the client side (a "central server" - also supporting WebRTC!).