@hackage / websockets-snap

Snap integration for the websockets library

Latest0.10.3.1

About

Metadata

  • Last updated , by JasperVanDerJeugt
  • License BSD-3-Clause
  • Categories Network Development
  • Maintained by: Jasper Van der Jeugt <m@jaspervdj.be>

  • Lottery factor: 0

Links

Installation

Readme

websockets-snap

Provides Snap integration for the websockets library.

This library must be used with the threaded GHC runtime system. You can do this by using something like this in your cabal file:

ghc-options: -Wall -threaded -rtsopts "-with-rtsopts=-N"