Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sah4ez/nginx-rpc-gateway


https://github.com/sah4ez/nginx-rpc-gateway

js jsonrpc2 nginx njs rpc

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

## Simple echo JSONRPC

Example of JSONRPC gateway server on nginx + njs.

## Requirements

- njs version: 0.6.2

## Install

Clone this repo to `/etc/nginx/`.
And inclue module to your config:
```
include /etc/nginx/nginx-rpc-gateway/nginx-gateway;
```