startSocketServer(port = 8888, server.name = "Rserver", procfun = processSocket,
secure = FALSE, local = !secure)
stopSocketServer(port = 8888)processSocket().TRUE, accept only connections from local clients, i.e.,
from clients with IP address 127.0.0.1. Set by default if the server is not
secure.procfun function than the default one for
special servers. That function must accept one argument (a string with the
command send by the client) and it must return a character string containing
the result of the computation.processSocket, startHttpServer