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
Post a Comment