|
|
|
|
|
by _pmf_
3530 days ago
|
|
> If you just want to program a Synchronous server in the JVM,just stick to Java. And if you want to program an asynchronous server on the JVM in Java, all of the major and minor servers also support an asynchronous model (you merely lose the ability to program against the Servlet API, which pre-3 was bound to threads). There's no reason at all to bring JS in for asynchronous behavior. |
|