Skip to content

Latest commit

 

History

History

node-express-demo

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

node-express-demo

An Express example using the event tracking library

Table of Contents

Background

LiteMonitor started with a database online examination real-time monitoring system. During the development of the system, I found that I needed an event tracking library that could meet the following characteristics:

  • Lightweight
  • Low invasiveness
  • Well defined
  • Good compatibility

As a result, I built a JavaScript library and published it to npm. In February 2021, I started developing version 1.0 of the project.

Installation

This demo uses Node.js and pnpm. Please make sure they are installed locally.

$ git clone https://github.com/peidongxie/lite-monitor
$ cd lite-monitor/packages/node-express-demo
$ pnpm install

Usage

This demo can be started in production mode.

$ pnpm build
$ pnpm start

Related Efforts

Maintainers

@peidongxie

Contributing

Feel free to open an issue or PR.

License

MIT © 谢沛东