fay-websockets: Websockets FFI library for Fay

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Warnings:

Websockets FFI library for Fay


[Skip to Readme]

Properties

Versions 0.0.1.0, 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-11-29T07:15:30Z

Modules

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for fay-websockets-0.0.1.0

[back to package description]

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