admin管理员组文章数量:1201647
Is there any way to run a Javascript engine, like Spidermonkey, on Google App Engine? Spidermonkey is a C module, so obviously that wont work (GAE doesn't allow those types of modules)... is there something else available?
Is there any way to run a Javascript engine, like Spidermonkey, on Google App Engine? Spidermonkey is a C module, so obviously that wont work (GAE doesn't allow those types of modules)... is there something else available?
Share Improve this question edited Jun 26, 2014 at 9:47 fernandopasik 10.5k7 gold badges51 silver badges55 bronze badges asked Jul 11, 2010 at 19:26 Nicholas FranceschinaNicholas Franceschina 6,1476 gold badges38 silver badges51 bronze badges 1- The people who answered here seem to have a great deal of expertise. I have a very very simple problem. Might you guys help me with it? stackoverflow.com/questions/33192485/… I just need to get a Date from JavaScript to Java. – learner Commented Oct 24, 2015 at 22:34
4 Answers
Reset to default 8Here is an article about running Rhino on AppEngine/Java. That should get you a long way towards a real, functioning JavaScript application on AppEngine.
If you are looking for a JavaScript framework (as opposed to calling Java methods from JavaScript) you could try RingoJS (formerly Helma NG). It's a Rhino-based JavaScript framework that can run in AppEngine.
There's also AppengineJS, which can run on RingoJS (or Narwhal, which I haven't personally used). It's a port of the Python SDK (with mostly predictable changes to fit JavaScript conventions better). It's not complete, but it's close enough to work in most cases. It's nicer to use than using the Java API directly.
I've also built ApeJS if you want to try it out. It's much more minimal than the competition.
Google is now supporting custom language on Google App Engine. So we can do Node.js
https://www.youtube.com/watch?v=Q8jZHc0NS6A
https://developers.google.com/cloud/managed-vms
本文标签: nodejsServer side javascript on Google app engineStack Overflow
版权声明:本文标题:node.js - Server side javascript on Google app engine - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1738551311a2097427.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论