[ANN] Horned_worm 0.3.1 - Simple use web app server

I am pleased to announce horned_worm is available on OPAM!

This package is greatly inspired by Suave.IO and GIRAFFE of F#.
But I want to use OCaml, so I wrote this!
Let’s go >=> OCaml!

repo: https://github.com/kkazuo/horned_worm

5 Likes

Could you please provide a comparison of Horned_worm with existing web-app servers like cohttp?

Cohttp is running under the hood.
Horned_worm is a facade of http handler.
So, there is no difference of availability.
But Web_part.t can easily compose and build from small parts.

Thanks