Popularity
6.4
Growing
Activity
0.0
Stable
8
4
6
Monthly Downloads: 20
Programming language: Haskell
License: MIT License
Latest version: v0.2.6.0
json-rpc-server alternatives and similar packages
Based on the "json" category.
Alternatively, view json-rpc-server alternatives based on common mentions on social networks and blogs.
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 json-rpc-server or a related project?
README
json-rpc-server
An implementation of the server side of JSON-RPC 2.0. See http://www.jsonrpc.org/specification. json-rpc-server uses ByteString for input and output, leaving the choice of transport up to the user. It can be used with json-rpc-client to create a client and server that communicate with the same methods.