Mercurial > pymonkey
changeset 26:9e33fc5a8d92
Added a link to ServerJS.
author | Atul Varma <varmaa@toolness.com> |
---|---|
date | Mon, 29 Jun 2009 10:35:06 -0700 |
parents | 3c2151124cee |
children | 21045074139f |
files | README |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/README Mon Jun 29 10:19:33 2009 -0700 +++ b/README Mon Jun 29 10:35:06 2009 -0700 @@ -7,7 +7,7 @@ Rationale and Goals: * There's an increasing need for being able to run JS on the server - side--particularly untrusted JS. There's Java-based solutions + side--particularly untrusted JS [1]. There's Java-based solutions like Rhino out there, but nothing really mature is available for the Python world. Ideally, Pymonkey should enable a Python programmer to create a custom sandboxed environment for executing @@ -42,6 +42,8 @@ Finally, Atul has never really made a straight Python CAPI module before, so he wanted to give it a try. +[1] https://wiki.mozilla.org/ServerJS + Building and Testing --------------------