An open API service indexing awesome lists of open source software.

https://github.com/fasthttp/session

Session implementation for fasthttp
https://github.com/fasthttp/session

fast fasthttp go golang performance session session-management

Last synced: 3 months ago
JSON representation

Session implementation for fasthttp

Awesome Lists containing this project

README

          

# session

[![Test status](https://github.com/fasthttp/session/actions/workflows/test.yml/badge.svg?branch=master)](https://github.com/fasthttp/session/actions?workflow=test)
[![Go Report Card](https://goreportcard.com/badge/github.com/fasthttp/session/v2)](https://goreportcard.com/report/github.com/fasthttp/session/v2)
[![GoDev](https://img.shields.io/badge/go.dev-reference-007d9c?logo=go&logoColor=white)](https://pkg.go.dev/github.com/fasthttp/session/v2)
[![GitHub release](https://img.shields.io/github/release/fasthttp/session.svg)](https://github.com/fasthttp/session/releases)

Session implementation for [fasthttp](https://github.com/valyala/fasthttp).

See [examples](_examples/) to see how to use it.

## Providers

- memcache
- memory
- mongodb
- mysql
- postgres
- redis
- sqlite3

## Features

- Focus on the design of the code architecture and expansion.
- Provide full session storage.
- Convenient switching of session storage.
- Customizable data serialization.

## Bugs

**_If you find a bug, please open new issue._**

## Contributing

**Feel free to contribute...** :wink: