socket.io-rmi

A common definition for use within socket.io-rmi-client and socket.io-rmi-server

Usage no npm install needed!

<script type="module">
  import socketIoRmi from 'https://cdn.skypack.dev/socket.io-rmi';
</script>

README

RMI (Remote Method Invocation) or RPC (Remote Procedure Call)

A library for implementing RPC on your javascript code with nodejs on the server and client's running on browser, nodejs or React Native using socket.io.

This is just an intermediate dependency package. Please check out the RMI Server and RMI Client for usage and documentation.