This looks really cool, I can definitely think of a few use cases where a docker image might come in handy (vs a service like iron.io that just supporting a variety of languages on IronWorker). At the same time, having…
I'd really avoid encouraging people to build up strings of html that you simply append to the DOM. This is a great way to run into XSS issues. Although the live DOM is slow,using a DocumentFragment (even if it's…
This looks really cool, I can definitely think of a few use cases where a docker image might come in handy (vs a service like iron.io that just supporting a variety of languages on IronWorker). At the same time, having…
I'd really avoid encouraging people to build up strings of html that you simply append to the DOM. This is a great way to run into XSS issues. Although the live DOM is slow,using a DocumentFragment (even if it's…