Javascript variable in Progress???

GregTomkins

Active Member
Don't know if it's relevant (your question is a bit vague) but we use a little bit of SpiderMonkey / Rhino for server-side JavaScript. The difference between these is one is JVM and one is native (I forget which is which). They both seem to work well, the JVM one is possibly preferable because it allows access to the entire Java SDK of useful functions. No doubt a determined developer could access the data in JavaScript using this and sockets, etc.
 
Top