About 415,000 results
Open links in new tab
  1. Socket Programming in C - GeeksforGeeks

    Aug 7, 2025 · 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 the …

  2. What Is Socket Programming? Core Concepts & Use Cases

    May 12, 2025 · Learn about socket programming, how it works, and its key applications. Explore TCP/UDP, IP addresses, and client-server communication.

  3. Beej's Guide to Network Programming

    This is my little how-to guide on network programming using Internet sockets, or "sockets programming", for those of you who prefer it. The sockets API, though started by the Berkeley …

  4. Socket Programming in Python (Guide) – Real Python

    Dec 7, 2024 · In this in-depth tutorial, you'll learn how to build a socket server and client with Python. By the end of this tutorial, you'll understand how to use the main functions and …

  5. While, in general, we like to tell you to read the manpage for the functions, the man pages for sockets programming tend to be comparatively more difficult to actually find and understand

  6. Socket Programming - Medium

    May 22, 2025 · In this quick guide, we’ll break down the essentials of socket programming in a way that’s easy to grasp, even if you’re just starting out. Let’s dive in!

  7. Socket Programming in C - From Basics to Real-World Projects, …

    Now that you understand the "what" and "why" of socket programming, it is time to dive into the "how". This article will walk you through the essential C functions and data structures that …

  8. Socket Programming in C: Building Networked Applications from …

    May 21, 2025 · In this guide, I‘ll walk you through everything you need to know about socket programming in C – from the fundamental concepts to advanced techniques that professional …

  9. Socket Programming in C++ - GeeksforGeeks

    Aug 28, 2025 · Similar to server, we also have to create a socket and specify the address. But instead of accepting request, we send the connection request when we can to sent the data …

  10. Socket Programming HOWTO — Python 3.14.0 documentation

    2 days ago · Sockets are used nearly everywhere, but are one of the most severely misunderstood technologies around. This is a 10,000 foot overview of sockets. It’s not really a …