Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.