|
If it is remote, HTTP is fine. This method is stable. For data encryption, it is enough to define the corresponding encryption protocol, and it is convenient for multiple machines to distribute and deal with pressure problems. If it is an intranet, SOKCET is better and fast. After all, HTTP also uses SOKET, and it must parse HTTP. |
|