endpoint-monitor-express
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

Endpoint Monitor For express

端点监控 Express版

Version: 1.0.0

版本:1.0.0

License: MIT License

协议:MIT


Dependencies: 依赖:

  • (endpoint-monitor)[https://www.npmjs.org/endpoint-monitor]: ^1.0.2 offer basic functions 提供基本功能
  • cookie-parser: ^1.4.6 Cookie Parser Cookie解析 (Used for marking clients, 用于标记客户端)

How to use:

const express = require('express');
const app = express();

const monitor = require('endpoint-monitor-express');

app.use(monitor());

...

Package Sidebar

Install

npm i endpoint-monitor-express

Weekly Downloads

3

Version

1.0.0

License

MIT

Unpacked Size

10.9 kB

Total Files

14

Last publish

Collaborators

  • lihugang