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: 24 days 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
- Archived: true
- Created: 2021-06-30T04:03:36.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-08T20:24:03.000Z (4 months ago)
- Last Synced: 2025-04-12T03:16:17.575Z (about 1 month ago)
- Topics: rpc, typescript, xml, xmlrpc, xmlrpc-client, xmlrpc-server
- Language: TypeScript
- Homepage:
- Size: 395 KB
- Stars: 16
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @foxglove/xmlrpc
> [!IMPORTANT]
> This package has moved to https://github.com/foxglove/ros-typescript.TypeScript library implementing an XMLRPC client and server with pluggable server backend.
[](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.