|
|
|
|
|
by ekseda
1780 days ago
|
|
Json schema validation is cpu expensive in nodejs, so you do not want it in production for every request. We made a proxy [1] that only allows requests that are conform to the swagger json which is easy to hook between frontend and backend in dev-mode [1] https://github.com/EXXETA/openapi-cop |
|