witty-jsonrpc

Crates.iowitty-jsonrpc
lib.rswitty-jsonrpc
version0.1.3
sourcesrc
created_at2023-06-02 12:41:07.06636
updated_at2023-06-09 15:41:27.59673
descriptionA JSON-RPC server that can listen over multiple transports at the same time.
homepage
repositoryhttps://github.com/witnet/witty-jsonrpc
max_upload_size
id880796
size74,845
Adán SDPC // asdpc.eth (aesedepece)

documentation

README

witty-jsonrpc

An extensible JSON-RPC server that can listen over multiple transports at once.

Supported transports

  • HTTP
  • TCP sockets
  • WebSockets
  • Whatever T you do impl<H> Transport<H> for T where H: Handler
Commit count: 8

cargo fmt