openssl-nodejs
openssl-nodejs copied to clipboard
fs.<method>Sync methods should be replaced
The implementation here using fs.writeFileSync etc block the event loop & impact performance (any amount of parallelism with say, serving requests) would cause a significant issue.