About 72,500 results
Open links in new tab
  1. Socket Fiber Internet Provider

    Socket’s residential fiber network already spans 20+ counties. Focused on bringing fast, reliable internet to key communities, we’re constantly expanding our coverage.

  2. Residential Internet - Socket Fiber

    Socket’s home phone service brings you the reliability you need to stay in touch with loved ones and take care of business with ease. Our technology offers high-quality sound at an affordable price, so …

  3. Sockets - Harbor Freight Tools

    PITTSBURGH PRO 1/2 in. Drive Deep Impact Socket, Singles (3786) Starting at $399 Choose Options

  4. Network socket - Wikipedia

    The application programming interface (API) for the network protocol stack creates a handle for each socket created by an application, commonly referred to as a socket descriptor.

  5. Socket - Block zero-day supply chain attacks

    Socket is built by a team of prolific open source maintainers whose software is downloaded over 1 billion times per month. Top engineering and security teams use Socket to protect their code.

  6. socket — Low-level networking interface — Python 3.14.6 …

    The Python interface is a straightforward transliteration of the Unix system call and library interface for sockets to Python’s object-oriented style: the socket () function returns a socket object whose …

  7. Socket - Portal v2.7.35

    This portal has been disabled except for select customers, please visit the new portal here - or call us for assistance. Having trouble or need to set up a login? Please now add @socket.net to your username …

  8. Socket.IO

    Jul 25, 2024 · Socket.IO Bidirectional and low-latency communication for every platform Get started Documentation

  9. socket (2) - Linux manual page - man7.org

    socket () creates an endpoint for communication and returns a file descriptor that refers to that endpoint. The file descriptor returned by a successful call will be the lowest-numbered file descriptor not …

  10. Socket in Computer Network - GeeksforGeeks

    Jul 12, 2025 · A socket is one endpoint of a two way communication link between two programs running on the network. The socket mechanism provides a means of inter-process communication (IPC) by …