package atacama

  1. Overview
  2. Docs
Modern, pure OCaml socket pool for Riot

Install

Dune Dependency

Authors

Maintainers

Sources

atacama-0.0.1.tbz
sha256=c8cc66d369f19b81309e536ca02673dc4db60c591c6df0015ab621175f087405
sha512=2730d92f558b56bbbf363e1d6ebde41c6d88b2b4ac1c245be92c97f61fc38efbe27a4a886ba7f1d34ef3933c3a532d7bfbabb724316997de18f5c0d4cae6916d

CHANGES.md.html

Changes

0.0.1

First release includes:

  • A pluggable architecture, where both Transports and Handlers can be configured in an Atacama supervision tree at startup time.

    This makes it easy to swap in the protocol used, which by default will be clear TCP sockets.

  • Easy-to-define handlers using module includes, so defining a new handler is as little as ~5 lines of OCaml.

  • A supervision tree for handling connections in an acceptor pool

  • Custom state per connection pool

  • An echo server example

  • Some telemetry events

  • Namespaced internal logging

OCaml

Innovation. Community. Security.