Skip to content

Commit 8df66b5

Browse files
committed
Update readme
1 parent db22061 commit 8df66b5

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
<div align="center">
2+
<img src="https://github.com/doesdev/scrud/raw/master/assets/scrud-logo.png" alt="SCRUD" width="400" />
3+
</div>
4+
15
# scrud [![NPM version](https://badge.fury.io/js/scrud.svg)](https://npmjs.org/package/scrud) [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](https://github.com/feross/standard) [![Dependency Status](https://dependencyci.com/github/doesdev/scrud/badge)](https://dependencyci.com/github/doesdev/scrud)
26

37
> Super opinionated, minimalistic, PG centric API fabric
@@ -15,6 +19,15 @@
1519
- me mostly
1620
- organizations / individuals comfortable working with business logic in Postgres
1721

22+
# is it fast
23+
24+
Glad you asked. Yes, it is. As always, take benches with a grain of salt. The point is we care about speed and optimize for it. To see benchmarking details check out the bench directory. The gist is this, all libs return a simple JSON response and the proper content-type headers. Each server is run in their own forked process and gets a warm up run for 3 seconds before we start tracking the results.
25+
26+
<div align="center">
27+
<img src="https://github.com/doesdev/scrud/raw/master/assets/node-web-lib-bench-latest-pretty.png" alt="SCRUD" />
28+
</div>
29+
30+
1831
# install
1932

2033
```sh

0 commit comments

Comments
 (0)