|
|
|
|
|
by bad_user
5741 days ago
|
|
OK, sorry, I misunderstood your point. Yes, it makes a lot of sense to do Javascript server-side for templating (client-side only is still tricky because of concerns related to crawlers, like search-engines). But on the other hand, I would prefer the JVM with Rhino, not Node.js ... especially since using Java NIO you can have scalability for I/O bound requests similar to Node.js. |
|