Pup-Events-Server

A networked event handling framework for hooking into other programs.

Latest on Hackage:1.2

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.

GPL-3.0-only licensed by Daniel Wilson
Maintained by [email protected]

Pup-Events is a networking enabled event handling framework. This package contains the Server component. In order for the server to be useful it needs events and associated handlers, which you write. You then call the server function, passing in the required functions for the server to work properly.