Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sah4ez/nginx-rpc-gateway
- Owner: sah4ez
- License: mit
- Created: 2021-09-04T12:53:16.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-24T21:58:45.000Z (almost 2 years ago)
- Last Synced: 2024-10-29T18:55:59.279Z (3 months ago)
- Topics: js, jsonrpc2, nginx, njs, rpc
- Language: JavaScript
- Homepage:
- Size: 39.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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;
```