up vote 2 down vote favorite
Share on Facebook

It seems that Google App Engine and GWT is focused on Java.

Will Google ever be using Node.js/Javascript on server/client side instead of abstracting it away with Java?

Then we don't need a Java interpreter, and they can focus 100% on their V8 engine.

link|flag
2  
GAE originally shipped with only a Python SDK. I think its more focused on Python than Java, although Java support is quite good too at this point. – MAK Oct 19 at 13:50

3 Answers

up vote 0 down vote

I think the point is that during development, Google programmers like to use tools like Eclipse that use static typing to allow sound refactoring and easy code navigation.

And although V8 is impressive, Java still offers generally better performance and features such as low level access to e.g. memory mapped files, binary network protocols, etc.

link|flag
up vote 0 down vote

Have you heard of their caja project?

link|flag
up vote 0 down vote

Have you checked AppengineJS? http://www.appenginejs.org/

It isn't node.js based, but a port fo the Python SDK to Ringo (and a little legacy from another libraries).

Very promising!

link|flag

Your Answer

 
or
never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.