文件名称:fastify-routes-stats:提供使用perf_hooks的路由统计信息,以进行固定
文件大小:8KB
文件格式:ZIP
更新时间:2024-04-26 11:08:52
JavaScript
固定路线统计 使用require('perf_hooks')为Fastify提供路由统计信息。 安装 npm i fastify-routes-stats 例子 'use strict' const Fastify = require ( 'fastify' ) const fastify = Fastify ( ) fastify . register ( require ( '.' ) ) fastify . get ( '/' , function ( request , reply ) { reply . send ( { hello : 'world' } ) } ) fastify . get ( '/:param/dynamic-route-example' , { config : { statsId : 'group-stats-together' } }
【文件预览】:
fastify-routes-stats-master
----.github()
--------stale.yml(772B)
--------dependabot.yml(261B)
--------workflows()
----example.js(568B)
----test.js(3KB)
----LICENSE(1KB)
----README.md(2KB)
----.gitignore(2KB)
----index.js(3KB)
----package.json(982B)