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.