@hackage / servant-websockets

Small library providing WebSocket endpoints for servant.

Latest2.0.0

About

Metadata

  • Last updated , by moesenle
  • License BSD-3-Clause
  • Categories Web Development
  • Maintained by: moesenle@gmail.com

  • Lottery factor: 0

Links

Installation

Readme

Introduction

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

This library provides three servant endpoints: WebSocket, WebSocketPending and WebSocketConduit. WebSocket is is a low-level interface for directly interacting with a Connection (see the websockets library for more information). WebSocketPending allows using the rejectRequest with various return codes for greater control. WebSocketConduit provides a conduit based endpoint for JSON serializable input and output.

See the module documentation for examples.