pong-server

A simple embedded pingable server that runs in the background.

http://github.com/RobertFischer/pong-server#readme

Latest on Hackage:0.0.4.4

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

LicenseRef-PublicDomain licensed by Robert Fischer
Maintained by [email protected]

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.