Socket
Socket
Sign inDemoInstall

hyper-express-session

Package Overview
Dependencies
3
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    hyper-express-session

High performance middleware that implements cookie based web sessions into the HyperExpress webserver.


Version published
Weekly downloads
354
increased by10.97%
Maintainers
1
Install size
1.76 MB
Created
Weekly downloads
 

Readme

Source
Built for HyperExpress

NPM version NPM downloads Language grade: JavaScript GitHub issues GitHub stars GitHub license

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. This middleware ships with TypeScript types out of the box, so both vanilla Javascript and TypeScript projects are welcome.

Installation

HyperExpress and HyperExpressWS can both be installed using node package manager (npm)

npm i hyper-express-session

Documentation

  • See > [Examples & Snippets] for small and easy-to-use snippets with HyperExpress.Session.
  • See > [SessionEngine] for creating a session engine and working with the SessionEngine component.
  • See > [Session] for working with the Session component to manipulate request sessions.

License

MIT

Keywords

FAQs

Last updated on 04 Feb 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc