forked from mirrors/Scribe.js
README.md
This commit is contained in:
parent
b92e53ef6b
commit
3766f58d5f
1 changed files with 9 additions and 1 deletions
10
README.md
10
README.md
|
@ -1,7 +1,7 @@
|
||||||
# Scribe 3.0
|
# Scribe 3.0
|
||||||
Node.js logging made simple! Online access to logs and more...
|
Node.js logging made simple! Online access to logs and more...
|
||||||
|
|
||||||
```
|
```bash
|
||||||
npm install git://github.com/bluejamesbond/Scribe.js.git#dev
|
npm install git://github.com/bluejamesbond/Scribe.js.git#dev
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -9,6 +9,7 @@ npm install git://github.com/bluejamesbond/Scribe.js.git#dev
|
||||||
- Console features a pipeline (i.e. transforms)
|
- Console features a pipeline (i.e. transforms)
|
||||||
- Using React instead of Angular for improvements with large data
|
- Using React instead of Angular for improvements with large data
|
||||||
- Live notifications with Socket.IO
|
- Live notifications with Socket.IO
|
||||||
|
- Native applications for Windows/Linux/Mac
|
||||||
- MongoDB writer
|
- MongoDB writer
|
||||||
- Extensive object inspector
|
- Extensive object inspector
|
||||||
- Support for multithreading (clusters)
|
- Support for multithreading (clusters)
|
||||||
|
@ -45,3 +46,10 @@ http://localhost:4005/scribe
|
||||||
|
|
||||||
## Reference
|
## Reference
|
||||||
Refer to [`examples`](/examples)
|
Refer to [`examples`](/examples)
|
||||||
|
|
||||||
|
## Custom Pipelines
|
||||||
|
Documentation coming in the future
|
||||||
|
|
||||||
|
```js
|
||||||
|
console.pipe(expose, 'bash',new Inspector(), new DefaultConsole());
|
||||||
|
```
|
Loading…
Add table
Reference in a new issue