Packages
jsonrpc2_plug
2.0.1An Elixir `plug` library for extending an HTTP server with JSONRPC 2.0 protocol services. It's HTTP transport level. For use both in the Phoenix application and pure `plug`-compatable server.
weighted_list
0.1.2Implementation of Walker's Alias Method (WAM). It's method for performing weighted random sampling. The core algorithm is written in Rust for speed optimization.
jsonrpc2_spec
0.1.1This is implementation of transport agnostic JSONRPC 2.0 protocol. There is no transport level. It consists only of specification entities
jsonrpc2_service
0.1.1Provides the ability to create services in accordance with the JSONRPC 2.0 specification. There is no transport layer, but only tools for creating transport-independent JSONRPC 2.0 services.
entitiex
0.0.1Entitiex is an Elixir presenter library used to transform data structures. I'd say it's a kind of `Grape::Entity` ported from the Ruby world.
wam
0.1.0Pure Elixir implementation of Walker's Alias Method (WAM). It's method for performing weighted random sampling.
jsonrpc2_client
2.0.1HTTP client for JSONRPC 2.0 protocol.