.. _vnx.JRPC_Server: vnx.JRPC_Server =============== .. cpp:namespace:: vnx::JRPC_Server Module ------ The `vnx.JRPC_Server` module provides a JSON RPC server to interface with the running process. On the other end a :ref:`vnx.JRPC_Proxy` is needed to connect with the server. This module and the :ref:`vnx.Server` module share the same base and are largely identical in handling. Options ------- Identical to :ref:`vnx.Server`.