koa-json-rpc
RPC Middleware
A JSON-RPC middleware for Koa.js that enables asynchronous remote procedure calls with built-in support for batching and parallel handling.
JSON-RPC 2.0 middleware for Koa.js which implements the
6 stars
2 watching
1 forks
Language: JavaScript
last commit: almost 2 years ago
Linked from 1 awesome list
json-rpckoa2
Related projects:
Repository | Description | Stars |
---|---|---|
koajs/json | Middleware for generating pretty-printed JSON responses in Koa applications. | 198 |
koajs/jwt | Middleware for validating JSON Web Tokens in Koa applications | 1,345 |
koajs/koa-safe-jsonp | A middleware plugin for Koa.js applications that safely wraps JSON responses in JSONP (JavaScript and XML Parsing) to facilitate cross-domain requests. | 17 |
dbalas/koalerplate | A simple Koa 2 boilerplate for building RESTful APIs in Node.js | 124 |
jean-smaug/koache | Caching middleware for Koa.js applications | 6 |
koajs/parameter | Middleware for validating parameters in web applications | 67 |
koajs/cors | A middleware for managing cross-origin resource sharing in web applications. | 732 |
koajs/session | A session management middleware for Koa applications | 902 |
elpheria/rpc-websockets | Enables developers to implement business logic over WebSocket protocol using JSON-RPC 2.0 | 592 |
koajs/ctx-basic-auth | A Koa.js middleware that authenticates HTTP requests with basic authentication | 6 |
koajs/userauth | Provides a middleware layer to authenticate users in Koa.js applications | 137 |
kostya/simple_rpc | An RPC framework for building remote procedure calls between different languages and applications. | 68 |
koajs/json-error | An error handling middleware for Koa applications | 91 |
koajs/conditional-get | Middleware that allows conditional GET requests in Koa applications | 61 |
koajs/koa-lusca | Middleware for securing web applications in Node.js using the Koa framework. | 66 |