fay-websockets alternatives and similar packages
Based on the "Fay" category.
Alternatively, view fay-websockets alternatives based on common mentions on social networks and blogs.
-
fay-builder
Put Fay configuration in your projects .cabal file and compile on program startup or when building with Cabal
CodeRabbit: AI Code Reviews for Developers

* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of fay-websockets or a related project?
README
fay-websockets
A FFI Wrapper for WebSockets use with Fay. It includes functions for WebSockets connection initialization, handling WebSockets events and sending data over WebSockets.
Installation
With cabal:
cabal new-install fay-websockets
With stack:
stack build
Or just include fay-websockets
in either your .cabal
file or package.yml
.
Then include it at the top of Fay file:
import WebSockets
2018 (c) Andrey Prokopenko