pong-server-0.0.4.4: A simple embedded pingable server that runs in the background.

pong-server-0.0.4.4: A simple embedded pingable server that runs in the background.

A useful Haskell library for running a pingable server within another application, which is useful for health checks and the like. This library runs a background server that listens on a port, and when a connection comes in, it writes "pong" and closes the connection. Details in the README on GitHub.

Modules