Skip to content

Commit 528f8d4

Browse files
committed
added jsonscript-proxy to implementations
1 parent 013e307 commit 528f8d4

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

IMPLEMENTATIONS.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@
22

33
[jsonscript-js](https://github.com/JSONScript/jsonscript-js) - JSONScript interpreter for nodejs
44

5-
[jsonscript-express](https://github.com/JSONScript/jsonscript-express) - express 4 middleware/route-handler evaluating JSONScript using existing express app routes.
5+
[jsonscript-express](https://github.com/JSONScript/jsonscript-express) - express 4 middleware/route-handler for scripted processing of existing express app routes.
6+
7+
[jsonscript-proxy](https://github.com/JSONScript/jsonscript-proxy) - proxy server for scripted processing of other existing services.

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,9 @@ See [Schema](https://github.com/JSONScript/jsonscript/blob/master/SCHEMA.md) for
8383
8484
JSONScript interpreter for node-js: [jsonscript-js](https://github.com/epoberezkin/jsonscript-js)
8585
86-
Express 4 middleware/route-handler: [jsonscript-express](https://github.com/JSONScript/jsonscript-express) (it supports evaluating JSONScript using existing express app routes)
86+
Express 4 middleware/route-handler: [jsonscript-express](https://github.com/JSONScript/jsonscript-express) (it supports scripted processing of existing express app routes)
87+
88+
Proxy server: [jsonscript-proxy](https://github.com/JSONScript/jsonscript-proxy) (it supports scripted processing of other existing services).
8789
8890
8991
## License

0 commit comments

Comments
 (0)