Skip to content

peeraphat-lakboon/websocket-rpc-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebSocket RPC Plugin

websocket_rpc_plugin is a native C++ plugin for nodeos that provides a WebSocket interface for the chain RPC API. It enables persistent connections via standard TCP or Unix Domain Sockets, serving as an alternative to the stateless http_plugin.

Config

ws-rpc-address = 127.0.0.1:9090
ws-rpc-unix = /tmp/wsrpc.sock
ws-rpc-threads = 4

ws-rpc-max-body-size = 2097152
ws-rpc-max-in-flight-requests = -1

plugin = eosio::websocket_rpc_plugin

WAX Labs

About

WebSocket RPC layer for WAX blockchain.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published