Usage:
SrvSock is server_socket(Host,
Port)
Creates and returns a server socket on host Host and on port Port, fails if the socket can not be created
Host the host name (ex.
localhost, 127.0.0.1 etc)
Port the port number
(ex. 80)
Examples:
?- SrvSock is server_socket("localhost",
8080).
See also:
get_client