Skip to content
#

listener-socket

Here are 5 public repositories matching this topic...

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.

  • Updated Apr 10, 2020
  • Java

Improve this page

Add a description, image, and links to the listener-socket topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the listener-socket topic, visit your repo's landing page and select "manage topics."

Learn more