Popularity
8.5
Growing
Activity
2.9
-
33
6
21

Monthly Downloads: 165
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Network     WebSockets    
Latest version: v0.10.3.1

websockets-snap alternatives and similar packages

Based on the "websockets" category.
Alternatively, view websockets-snap alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of websockets-snap or a related project?

Add another 'websockets' Package

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"