Monday, May 20, 2024
9
rated 0 times [  10] [ 1]  / answers: 1 / hits: 17177  / 14 Years ago, wed, october 13, 2010, 12:00:00

I've been following the latest developments with server-side JavaScript - especially Node.js - and wondering if there is any possibility of using such an approach to develop a Google App Engine web application - either separately from or in combination with Python or Java?


More From » google-app-engine

 Answers
42

node.js uses an event-loop model which is not really a good fit with the current App Engine design.



However, there are several projects that bring JavaScript to App Engine. Check out App Engine issue 35 to read about some of the solutions. The highlights are: Rhino, Rhino For Webapps, if you like Python check out AppengineJS. I have also heard that RingoJS might be worth looking into.


[#95335] Monday, October 11, 2010, 14 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
kalia

Total Points: 92
Total Questions: 82
Total Answers: 120

Location: Laos
Member since Fri, Sep 11, 2020
4 Years ago
;