express-jsonschema
express-jsonschema copied to clipboard
Replace jsonschema with avj
jsonschema is incredibly slow compared to ajv (https://github.com/epoberezkin/ajv).
Supporting this issue. Definitely can see some performance improvements by using ajv.
Yup, I've dropped express-jsonschema from production because of this issue.
Does anyone have experience with express-json-validator? It uses ajv, but isn't that popular nor documented.
Okay, I'm going to attempt to make a module similar to this that uses ajv. Repo
Module is up and running for those who want a faster alternative. Functionality is bare-bones at the moment, progress is being made as we speak! L I N K Starring the repo is super welcome