https://github.com/nounder/jsrpc
A lightweight and portable RPC client/server that works in the browser, sandboxes, and embedded devices
https://github.com/nounder/jsrpc
Last synced: 10 months ago
JSON representation
A lightweight and portable RPC client/server that works in the browser, sandboxes, and embedded devices
- Host: GitHub
- URL: https://github.com/nounder/jsrpc
- Owner: nounder
- License: mit
- Created: 2024-03-06T06:15:57.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-01T14:07:23.000Z (over 1 year ago)
- Last Synced: 2025-02-24T08:55:57.946Z (11 months ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jsrpc
A lightweight and portable RPC client/server that works in the browser, sandboxes, and embedded devices.
~120 lines of scoped and clean JS ready to be copy-pasted around.