Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mazeyqian/node-feperf-monitor-server
Feperf provides a simple front-end performance monitor for websites.
https://github.com/mazeyqian/node-feperf-monitor-server
egg moniter node
Last synced: 12 days ago
JSON representation
Feperf provides a simple front-end performance monitor for websites.
- Host: GitHub
- URL: https://github.com/mazeyqian/node-feperf-monitor-server
- Owner: mazeyqian
- Created: 2022-11-19T05:29:35.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-19T14:02:13.000Z (about 2 years ago)
- Last Synced: 2023-03-06T02:07:54.682Z (almost 2 years ago)
- Topics: egg, moniter, node
- Language: JavaScript
- Homepage:
- Size: 152 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# node-feperf-monitor-server
Feperf provides a simple front-end performance monitor for websites.
There are two parts to the project. One of them is the back-end service to collect the data; Another part is the JavaScript SDK for websites to report the performance data.
## Deploy
The project is deployed by Docker but only on one server. The CI will be running when building the image.
Use the lock file in the Node project.
```
ADD package.json /www
ADD package-lock.json /www
RUN npm ci
```The command line should be running in the beginning of a container.
```
# npm ci;
```