Answer the question
In order to leave comments, you need to log in
Is java suitable for writing server backend?
Hello everyone, I'm interested in the question regarding the performance of a server written in java, namely, will it be more productive than a server written in php or python? And in general, is java suitable for writing a server?
Answer the question
In order to leave comments, you need to log in
server sidesounds scary. Did you mean some kind of distributed server, where its parts communicate with each other according to the client-server model? It still sounds scary. Anyway.
most likely they will be approximately equally productive
, given that most of the clean and serious serverside is written in java this is a strange question
A lot of different servers are written in Java.
Even the free Lineage2 server was in java.
Java is very often used not with a web server, but rather a listener is created on its own.
Or used in Tomcat (Application Server), inside which java creates its listener.
This is how a lot of enterprise applications work
Suitable, and this is one of the best options.
The performance depends on the architecture. Language plays a minimal role.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question