witty-jsonrpc 0.1.3

A JSON-RPC server that can listen over multiple transports at the same time.
Documentation

witty-jsonrpc

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 9 feature flags, 7 of them enabled by default.

default

  • http
  • tcp
  • ws

http

  • jsonrpc-http-server

tcp

  • jsonrpc-tcp-server

ws

  • jsonrpc-ws-server

jsonrpc-http-server

  • dep:jsonrpc-http-server

jsonrpc-tcp-server

  • dep:jsonrpc-tcp-server

jsonrpc-ws-server

  • dep:jsonrpc-ws-server

actix

  • dep:actix

with_actix

  • actix