KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
servant-websockets
★ 21
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
ModernCPP_Examples
:
Simple Reference Implementations of all the features added in C++11/14/17
aliyun-dysms-php-sdk
:
阿里云-云通信PHP版sdk精简,非原先阿里大于SDK,原阿里大鱼被合并进了“阿里云-云通信”,SDK已变化
httpclient-testing
:
No description available.
mao-rules
:
A complete documentation of rules for the card game Mao in 2E
pyTenna
:
Exploring and reversing the goTenna Mesh
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
servant-websockets
?
Download (.md)
# 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](https://hackage.haskell.org/package/websockets) library for more information). `WebSocketPending` allows using the `rejectRequest` with various return codes for greater control. `WebSocketConduit` provides a [conduit](https://hackage.haskell.org/package/conduit) based endpoint for JSON serializable input and output. See the module documentation for examples.