package atacama

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

Install

Dune Dependency

Authors

Maintainers

Sources

atacama-0.0.2.tbz
sha256=108bd9ce0bd4121f8c8165a2a7528612cf24480c3060bb57722569b5067934d4
sha512=3bc10bf2cbef5e1e9b211af82dacc4588de50be73ef83241127b87c1f5f387c8863e43c2922390626f0063f0d9b9f2a41ecda4756f928c4fb8b0ee2e2dd4e1af

CHANGES.md.html

Changes

0.0.2

  • Update to work with Riot 0.0.3

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.