fastify / fastify-websocket

basic websocket support for fastify
MIT License
394 stars 72 forks source link

perf: use `node:` prefix to bypass require.cache call for builtins #266

Closed Fdawgs closed 1 year ago

Fdawgs commented 1 year ago

See https://github.com/fastify/fastify-static/pull/407

Checklist