Popularity
8.4
Stable
Activity
2.9
Stable
33
5
20
Monthly Downloads: 27
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?
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"