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

Out of index C/C++ -

regex - PatternSyntaxException: while using String.ReplaceAll function in java? -

java - Projects which are accessed via multiple (different) IDEs: Ant or Maven? -