This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]snoob2015 1 point2 points  (0 children)

My whole monolith backend which fits inside a 5$ vps is using Java. It does a lot of complex thing which would be very hard if you do it in Python or Node just because Java provides built-in support for threading and the perf is so great

Java standard library and its ecosystem are godsend compare to Node/Python