# HG changeset patch # User Atul Varma # Date 1246296906 25200 # Node ID 9e33fc5a8d92d36d55c561c79cadc7c38384b49c # Parent 3c2151124ceed37ac419a0c3cbf81163b434ce0f Added a link to ServerJS. diff -r 3c2151124cee -r 9e33fc5a8d92 README --- 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 --------------------