Skip to content

Commit

Permalink
Added Badges
Browse files Browse the repository at this point in the history
  • Loading branch information
kartikk221 committed Oct 13, 2021
1 parent ed56586 commit 2c149cc
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,25 @@
# HyperExpress.Session: High Performance Cookie Sessions Middleware
#### Built for [`HyperExpress`](https://github.com/kartikk221/hyper-express)
#### Built for [`HyperExpress`](https://github.com/kartikk221/hyper-express-session)

<div align="left">

[![NPM version](https://img.shields.io/npm/v/hyper-express-session.svg?style=flat)](https://www.npmjs.com/package/hyper-express-session)
[![NPM downloads](https://img.shields.io/npm/dm/hyper-express-session.svg?style=flat)](https://www.npmjs.com/package/hyper-express-session)
[![Language grade: JavaScript](https://img.shields.io/lgtm/grade/javascript/g/kartikk221/hyper-express-session.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/kartikk221/hyper-express-session/context:javascript)
[![GitHub issues](https://img.shields.io/github/issues/kartikk221/hyper-express-session)](https://github.com/kartikk221/hyper-express-session/issues)
[![GitHub stars](https://img.shields.io/github/stars/kartikk221/hyper-express-session)](https://github.com/kartikk221/hyper-express-session/stargazers)
[![GitHub license](https://img.shields.io/github/license/kartikk221/hyper-express-session)](https://github.com/kartikk221/hyper-express-session/blob/master/LICENSE)

</div>

## Motivation
HyperExpress.Session aims to provide a simple middleware that implements a session engine with high flexibility while being performant. This middleware is unopinionated and can be used with any storage mechanism of your choice.

## Installation
HyperExpress and HyperExpressWS can both be installed using node package manager (`npm`)
```
npm i hyper-express
npm i hyper-express-session
npm i hyper-express-session-session
```

## Documentation
Expand Down

0 comments on commit 2c149cc

Please sign in to comment.