Popularity
1.2
Declining
Activity
0.0
Stable
1
2
0

Monthly Downloads: 11
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Web     Development     Fay    
Latest version: v0.0.1.1

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.

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

Add another 'Fay' Package

README

fay-websockets

Build Status

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