Package Exports
- tsrpc-browser
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (tsrpc-browser) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
TSRPC Browser 2.x
TSRPC Client for browser
TSRPCis a full-stack rpc framework in TypeScript, see it at https://github.com/k8w/tsrpc
Features
- Full stack in TypeScript
- Strong type check
- No URL conern
- Support both text and binary transport
- Suppport customized transport encryption
Browser Support
- Support IE8+, Chrome, Firefox
- BinaryTransport only support IE10+/Chrome/Firefox
Usage
[WIP]