Popularity
6.1
Growing
Activity
4.9
-
10
3
5
Monthly Downloads: 3
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
servant-jsonrpc alternatives and similar packages
Based on the "servant" category.
Alternatively, view servant-jsonrpc alternatives based on common mentions on social networks and blogs.
-
servant
Servant is a Haskell DSL for describing, serving, querying, mocking, documenting web applications and more! -
servant-generate
Generate default implementations for servers in a flexible way (a.k.a servant-mock on steroids)
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
Promo
www.influxdata.com

Do you think we are missing an alternative of servant-jsonrpc or a related project?
README
servant-jsonrpc
This module extends servant to make it easy to define JSON-RPC servers and clients.
Notes
- Does not enforce the
jsonrpc
key in the response - Does not enforce
id
key on error responses - We allow for server messages with
null
for botherror
andresult
keys - The client interface hides the
id
key since the semantics of HTTP determine which server responses correspond to which client requests.
Examples
See the package ./servant-jsonrpc-example
for client, server, and API definition examples.