Skip to content

Commit

Permalink
links
Browse files Browse the repository at this point in the history
  • Loading branch information
evheniy committed Jun 9, 2017
1 parent a941962 commit feeee41
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Expand Up @@ -2,4 +2,5 @@ coverage
.idea
npm-debug.log
node_modules
.DS_Store
.DS_Store
package-lock.json
12 changes: 1 addition & 11 deletions README.md
Expand Up @@ -106,14 +106,4 @@ By default all app steps will be finished. Except one of them has rejected promi

});

## Packages

* [Anatomy of an HTTP Transaction](https://nodejs.org/en/docs/guides/anatomy-of-an-http-transaction/) - node.js http server request documentation
* [yeps-promisify](https://github.com/evheniy/yeps-promisify) - YEPS kernel
* [yeps-benchmark](https://github.com/evheniy/yeps-benchmark) - performance comparison koa2, express and node http
* [yeps-router](https://github.com/evheniy/yeps-router) - YEPS promise based router
* [yeps-error](https://github.com/evheniy/yeps-error) - YEPS 404/500 error handler
* [yeps-redis](https://github.com/evheniy/yeps-redis) - YEPS promise based redis client - ioredis
* [yeps-logger](https://github.com/evheniy/yeps-logger) - YEPS Async logger - winston
* [yeps-boilerplate](https://github.com/evheniy/yeps-boilerplate) - YEPS app boilerplate
* [yeps-express-wrapper](https://github.com/evheniy/yeps-express-wrapper) - YEPS express wrapper
#### [YEPS documentation](http://yeps.info/)

0 comments on commit feeee41

Please sign in to comment.