8000 GitHub - nightah/session: Session implementation for fasthttp
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
forked from fasthttp/session

Session implementation for fasthttp

License

Notifications You must be signed in to change notification settings

nightah/session

 
 

Repository files navigation

session

Test status Go Report Card GoDev GitHub release

Session implementation for fasthttp.

See 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... 😉

About

Session implementation for fasthttp

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%
0