On this page:
unix-socket-available?
unix-socket-connect
5.3.5

34 Unix Domain Sockets

This library is unstable; compatibility will not be maintained. See Unstable: May Change Without Warning for more information.

 (require unstable/socket)

A boolean value that indicates whether unix domain sockets are available and supported on the current platform. The supported platforms are Linux and Mac OS X; unix domain sockets are not supported on Windows and other Unix variants.

procedure

(unix-socket-connect socket-path)  
input-port? output-port?
  socket-path : path-string?
Connects to the unix domain socket associated with socket-path and returns an input port and output port for communicating with the socket.