Skip to content

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

License

Notifications You must be signed in to change notification settings

witnet/witty-jsonrpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages