|
|
|
|
|
by aristofun
1879 days ago
|
|
Java is too scalable for simple crud. That’s my point. I’ve worked a lot both with java and nodejs. Your words about js complexity “just as big” are simply wrong. Think about multithreading for starter. And all the bugs and developer mental overhead that comes with it. |
|
JS has become a huge language, just as big as Java. So is the runtime, V8 is gigantic, comparable to JVM. I use both every day.
Vert.X is nearly identical to Express JS including all the callback stuff. And that's one of the harder Java frameworks to use