Popularity
6.2
Growing
Activity
0.0
Stable
8
4
6

Monthly Downloads: 39
Programming language: Haskell
License: MIT License
Tags: Data     JSON     Network    
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.

Do you think we are missing an alternative of json-rpc-server or a related project?

Add another 'json' Package

README

json-rpc-server

Hackage Build Status

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.