@hackage / pong-server

A simple embedded pingable server that runs in the background.

Latest0.0.4.4

About

Metadata

  • Last updated , by RobertFischer
  • License LicenseRef-PublicDomain
  • Maintained by: smokejumperit+pong-server@gmail.com

  • Lottery factor: 0

Links

Installation

Readme

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.