About 7,190,000 results
Open links in new tab
  1. Simple client/server application in C - GeeksforGeeks

    Jun 30, 2021 · Server Socket Workflow : First, a socket will be created (similar to the client program). Next, the IP and port of the socket will be bound using the bind() function (client …

  2. Socket Programming in C - GeeksforGeeks

    Apr 23, 2025 · The client-server model refers to the architecture used in socket programming, where a client and a server to interact with each other to exchange information or services. …

  3. TCP Server-Client implementation in C - GeeksforGeeks

    Jan 10, 2025 · This article describes a Client and Server setup where a Client connects, sends a string to server and the server shows the original string and sends reversed string to client …

  4. Chat Program with server and client, socket programming in C

    Nov 5, 2023 · Starts chatting by sending the user input string to the server, followed by displaying the server response to the user. If the user enters "end", the client will send it to the server and …

  5. C Socket Programming: Simple Server and Client - GitHub

    Client : Typically request to server for information. Send and receive data. There are a number of ways to do this, but the simplest way is to use the read() and write() system calls. Bind the …

  6. How to Create a Simple Client-Server Program Using C Sockets

    Apr 14, 2025 · You’ve built a simple client-server program using C sockets. This tutorial covered creating TCP sockets, binding and listening on the server, connecting from the client, and …

  7. TCP/IP Socket Programming in C and C++ (Client Server Program)

    This tutorial will help you to know about concept of TCP/IP Socket Programming in C and C++ along with client server program example.

  8. C Socket Programming for Linux with a Server and Client

    Dec 19, 2011 · Sockets can be used in many languages like Java, C++ etc but here in this article, we will understand the socket communication in its purest form (i.e in C programming …

  9. How to Code a Server and Client in C with Sockets on Linux

    Aug 11, 2020 · In this example we shall build a basic ECHO client and server. The server/client shown here use TCP sockets or SOCK_STREAM. Tcp sockets are connection oriented, …

  10. Example of Client-Server Program in C (Using Sockets and TCP)

    Below you’ll find an example of a very simple client-server program in C. Basically the client connects to the server, the server sends the message “Hello World”, and the client prints the …

  11. Some results have been removed
Refresh