servant-websockets: Small library providing WebSocket endpoints for servant.

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:

Small library providing WebSocket endpoints for servant.


[Skip to Readme]

Properties

Versions 1.0.0, 1.0.0, 1.1.0, 2.0.0
Change log CHANGELOG.md
Dependencies aeson, async, base (>=4.7 && <5), bytestring, conduit, exceptions, resourcet, servant-server, servant-websockets, text, wai, wai-websockets, warp, websockets [details]
License BSD-3-Clause
Copyright 2017 Lorenz Moesenlechner
Author Lorenz Moesenlechner
Maintainer moesenle@gmail.com
Category Servant, Web
Home page https://github.com/moesenle/servant-websockets#readme
Source repo head: git clone https://github.com/moesenle/servant-websockets
Uploaded by moesenle at 2017-08-15T16:00:15Z

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for servant-websockets-1.0.0

[back to package description]

Introduction

This small library provides two servant endpoints for implementing websockets and is based on websockets and wai-websockets.

This library provides two servant endpoints: WebSocket and WebSocketConduit. The former is a low-level interface for directly interacting with a Connection (see the websockets library for more information). The latter provides a conduit based endpoint for JSON serializable input and output.

See the module documentation for examples.