fay-websockets: Websockets FFI library for Fay

[ bsd3, fay, library, web ] [ Propose Tags ]

Websockets FFI library for Fay


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.0.1.0, 0.0.1.1
Change log ChangeLog.md
Dependencies fay-base (>=0.19.4.0 && <0.22) [details]
License BSD-3-Clause
Copyright 2018 Andrey Prokopenko
Author Andrey Prokopenko
Maintainer persiantiger@yandex.ru
Category Web, Fay
Home page https://github.com/swamp-agr/fay-websockets
Bug tracker https://github.com/swamp-agr/fay-websockets/issues
Source repo head: git clone https://github.com/swamp-agr/fay-websockets.git
Uploaded by swamp_agr at 2018-12-01T19:45:43Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 1152 total (12 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for fay-websockets-0.0.1.1

[back to package description]

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