Help for this page

Select Code to Download


  1. or download this
    bind to port
    for every client on port
      connect to remote server
      get text from remote server
      send text to client
    next client
    
  2. or download this
    connect to remote server
    store text from remote server
    bind to port
    for every client on port
      send stored text to client
    next client