File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
[ jsonscript-js] ( https://github.com/JSONScript/jsonscript-js ) - JSONScript interpreter for nodejs
4
4
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.
Original file line number Diff line number Diff line change @@ -83,7 +83,9 @@ See [Schema](https://github.com/JSONScript/jsonscript/blob/master/SCHEMA.md) for
83
83
84
84
JSONScript interpreter for node-js: [jsonscript-js](https://github.com/epoberezkin/jsonscript-js)
85
85
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).
87
89
88
90
89
91
## License
You can’t perform that action at this time.
0 commit comments