Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ngruychev/json_rpc_controllers
Create class-based JSON-RPC services and use them seamlessly on the client-side
https://github.com/ngruychev/json_rpc_controllers
deno nodejs rpc typescript
Last synced: about 2 months ago
JSON representation
Create class-based JSON-RPC services and use them seamlessly on the client-side
- Host: GitHub
- URL: https://github.com/ngruychev/json_rpc_controllers
- Owner: ngruychev
- Created: 2022-06-03T07:44:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-28T19:19:04.000Z (over 2 years ago)
- Last Synced: 2024-12-06T06:46:03.634Z (about 2 months ago)
- Topics: deno, nodejs, rpc, typescript
- Language: TypeScript
- Homepage:
- Size: 48.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# json_rpc_controllers
[![npm](https://img.shields.io/npm/v/@ngruychev/json_rpc_controllers?style=flat-square)](https://www.npmjs.com/package/@ngruychev/json_rpc_controllers)
A deno/typescript library to make using JSON-RPC easier via OOP.
## Usage:
Check out the `examples` directory.
## Node.js support:
This is a deno-first library, but node support exists.
_Very_ experimental, could be buggy.