Client-Server chat in C++
1.Client and server communication
The client sends a request, and the server returns a response. This exchange of messages is an example of inter-process communication. To communicate, the computers must have a common language, and they must follow rules so that both the client and the server know what to expect
2.Client-server?socket programming
Socket programming is a way of connecting two nodes on a network to communicate with each other. One socket(node) listens on a particular port at an IP, while other socket reaches out to the other to form a connection. Server forms the listener socket while client reaches out to the server.
3.Sequence of function for?client-server?communication
create a client server socket connection?
Send data from client to server in socket programming?
For?more information about this project check my article
** Thank you for following **?
Android/Linux Multimedia - Camera || AOSP || BSP || AI/ML || CDAC (PG-DESD) || ME || BE || Diploma Eng
2 年Useful