Popularity
7.4
Growing
Activity
0.0
Stable
22
3
10

Monthly Downloads: 22
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Web     Servant    
Latest version: v1.2.0

servant-websockets alternatives and similar packages

Based on the "Servant" category.
Alternatively, view servant-websockets alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of servant-websockets or a related project?

Add another 'Servant' Package

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.