package atacama

  1. Overview
  2. Docs
module Socket : sig ... end
module Handler : sig ... end

An Atacama Handler determines how every connection handled by Atacama will behave. It defines a number of hooks for handling the state of the connection:

module Transport : sig ... end

Start an Atacama server.

The default `acceptor_count` is 100.

The default `transport_module` is clear TCP sockets.

module Logger : sig ... end
module Telemetry : sig ... end
OCaml

Innovation. Community. Security.