powered by
nwsServer(serverHost, port)
new("nwsServer", serverHost, port)
serverHost
"localhost"
port
8765
cookieProtocol
nwsSocket
"ANY"
"numeric"
"character"
signature(.Object = "nwsServer")
## Not run: # # example 1 # nwss = nwsServer() # # Or, # nwss = new("nwsServer") # # # example 2 # nwss = nwsServer(serverHost="node1", port=5555) # ## End(Not run)
Run the code above in your browser using DataLab