Skip to content

Commit 8f9ffff

Browse files
committed
Update README.md
1 parent 7efd0e2 commit 8f9ffff

File tree

1 file changed

+19
-4
lines changed

1 file changed

+19
-4
lines changed

README.md

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,23 @@
1-
node-miniprofiler
2-
=================
1+
# node-miniprofiler
32

43
Node.js implementation of Stack Exchange's MiniProfiler
54

6-
#This is a work in progress
5+
### This is working but not yet considered production ready. Use with caution.
76

8-
Do not pull this into a production environment, do not open Issues about incomplete implementations.
7+
# requirements
8+
9+
Currently requires express and connect to run, because it uses `res.on('header', f)` to trigger storing of data, which is a connect thing.
10+
11+
# usage
12+
13+
Clone this repo into your project's node_modules directory. You can also install from npm, but the package may be outdated: https://www.npmjs.org/package/miniprofiler.
14+
15+
Then see [connect_test.js](https://github.com/MiniProfiler/node/blob/master/connect_test.js) for example use.
16+
17+
# Want to help?
18+
19+
Things that need doing:
20+
21+
- remove dependency from express and connect
22+
- storing of client timings on first result postback (there's a todo in the `results` function about where to do this)
23+
- document more things

0 commit comments

Comments
 (0)