+ 3
What is socket programming??
5 Answers
+ 2
When a client is connected to a server, It's connected using a socket. The connection is handled by that socket and the programming language controls that socket.
The programming of that socket is socket programming.
C,C++,Java,Python,Node,C# are helpful
+ 7
Network programming basically.
+ 5
You can easily get on Google as in my knowledge.
https://www.google.com/amp/s/www.geeksforgeeks.org/socket-programming-cc/amp/
https://www.tutorialspoint.com/java/java_networking.htm
+ 4
Socket is for connection other computer (server) in network
- 2
c++