Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/foxglove/xmlrpc
TypeScript library implementing an XMLRPC client and server with pluggable server backend
https://github.com/foxglove/xmlrpc
rpc typescript xml xmlrpc xmlrpc-client xmlrpc-server
Last synced: about 2 months ago
JSON representation
TypeScript library implementing an XMLRPC client and server with pluggable server backend
- Host: GitHub
- URL: https://github.com/foxglove/xmlrpc
- Owner: foxglove
- License: mit
- Created: 2021-06-30T04:03:36.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-26T15:45:50.000Z (11 months ago)
- Last Synced: 2024-10-29T00:39:32.181Z (2 months ago)
- Topics: rpc, typescript, xml, xmlrpc, xmlrpc-client, xmlrpc-server
- Language: TypeScript
- Homepage:
- Size: 372 KB
- Stars: 16
- Watchers: 4
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @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 [Slack channel](https://foxglove.dev/slack) to ask questions, share feedback, and stay up to date on what our team is working on.