sending data from server to client

Опубликовано: 07 Июнь 2026
на канале: Mghacademy
185
0

in this lecture we are going to explain how we could send data from the server to client, we do this using the send function at the server side, now that we have create a socket at the client side and the connection has been established and its listening for data using the recv function in the server side we use the send function to send some data.