UNPKG

@foxglove/xmlrpc

Version:

TypeScript library implementing an XMLRPC client and server with pluggable server backend

24 lines (13 loc) 757 B
# @foxglove/xmlrpc TypeScript library implementing an XMLRPC client and server with pluggable server backend. [![npm version](https://img.shields.io/npm/v/@foxglove/xmlrpc.svg?style=flat)](https://www.npmjs.com/package/@foxglove/xmlrpc) ## Usage See the `examples` directory for a simple client and server example. ## License @foxglove/xmlrpc is licensed under the [MIT License](https://opensource.org/licenses/MIT). ## Releasing 1. Run `yarn version --[major|minor|patch]` to bump version 2. Run `git push && git push --tags` to push new tag 3. GitHub Actions will take care of the rest ## Stay in touch Join our [Discord community](https://foxglove.dev/chat) to ask questions, share feedback, and stay up to date on what our team is working on.