Java ServerSocket and HttpServer -


I want to implement client server communication that receives data in the appropriate amount. (~ 50MB)

Should I apply a lasting end by using ServerSocket or HttpServer ?

Thank you.

Mainly it depends if you want to communicate using the customer or you have a simple TCP / IP>

In order to simplify the execution of both solutions,

Comments

Popular posts from this blog

java - ImportError: No module named py4j.java_gateway -

python - Receiving "KeyError" after decoding json result from url -

.net - Creating a new Queue Manager and Queue in Websphere MQ (using C#) -