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
- Host: GitHub
- URL: https://github.com/fasthttp/session
- Owner: fasthttp
- License: mit
- Created: 2018-08-26T16:51:23.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-03-20T18:52:45.000Z (about 1 year ago)
- Last Synced: 2025-08-13T19:06:54.145Z (9 months ago)
- Topics: fast, fasthttp, go, golang, performance, session, session-management
- Language: Go
- Homepage:
- Size: 354 KB
- Stars: 85
- Watchers: 3
- Forks: 21
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# session
[](https://github.com/fasthttp/session/actions?workflow=test)
[](https://goreportcard.com/report/github.com/fasthttp/session/v2)
[](https://pkg.go.dev/github.com/fasthttp/session/v2)
[](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: