Hacker News new | ask | show | jobs
by ivenkys 6031 days ago
If you meant server-side , then it really doesn't matter. Its just byte-codes and GWT encourages modular development for client and server-side.

So write your server side in your favourite JVM language and keep your client-side to Java.

1 comments

Actually, write the server side in any language at all...not just JVM languages! GWT imposes no restrictions on the server side. Using servlets does win you a nice RPC mechanism, but you could use JSON and CPython, if you prefer.