Confirmed users
920
edits
LesOrchard (talk | contribs) |
LesOrchard (talk | contribs) |
||
| Line 79: | Line 79: | ||
** Embedding JS in a Python app seems experimental, and outside webdev team core-competency | ** Embedding JS in a Python app seems experimental, and outside webdev team core-competency | ||
** HTTP is a webdev core-compentency, and has loose-coupling and RESTafarian benefits | ** HTTP is a webdev core-compentency, and has loose-coupling and RESTafarian benefits | ||
** Taming a code execution environment in its own process seems safer to me than embedding (lorchard) | |||
* Taming semi- or untrusted JavaScript code | * Taming semi- or untrusted JavaScript code | ||
** [http://nodejs.org/docs/v0.3.1/api/vm.html#vm.runInNewContext Built-in node.js sandboxing features] | ** [http://nodejs.org/docs/v0.3.1/api/vm.html#vm.runInNewContext Built-in node.js sandboxing features] | ||