dream_rpc_browser_host

DreamRpc core browsser window support

Usage no npm install needed!

<script type="module">
  import dreamRpcBrowserHost from 'https://cdn.skypack.dev/dream_rpc_browser_host';
</script>

README

DreamRpc-BrowserHost

DreamRpc core browsser window support

requirements:

  • TypeScript compiler
  • DreamRpc-Core

how to use?

  • install necessary dependencies with npm install
  • compile source file to JavaScript with tsc command
  • compile for browser compatible code with npm run webpack, this is optional if you don't need this.