About

Metadata

  • Last updated , by swamp_agr
  • License BSD-3-Clause
  • Categories Web Development
  • Maintained by: persiantiger@yandex.ru

  • Lottery factor: 0

Links

Installation

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