Skip to content

TCP Connection between nodes

No due date 0% complete

Leveraging libuv, code the following functionality:

  • Open listening socket
  • Connect to other known node(s) sockets, to the specific port they've opened their listening socket on
  • Exchange basic messages to test communication
Loading