Chapter 17. Internet Connectivity

RScheme provides some basic procedures for building internet-aware applications, including both clients and servers. Additional packages provide specialized procedures for implementing particular internet protocols, such as ident, HTTP, and X.

Server-side Procedures

Table of Contents
inet-server -- Create an internet server.
make-service -- Create a service.
get-next-client -- Get the next client connecting to a service.
inet-client -- Connect to an internet server.
string->hostaddr -- Resolve a host name or dotted IP address.
remote-port-owner -- Use ident protocol to find the remote owner of a socket.