Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 665 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 665 Bytes

HTTP Session Management for Go

This example is the code from a blog post here, that shows how Go applications can use Coherence as a HTTP session store via integration with the very popular "Express inspired web framework" Fiber.

Prerequisites

  1. Docker setup using either Docker or Rancher Desktop
  2. Go 1.19 or above
  3. Your favourite IDE

See the article Using Coherence to manage HTTP sessions in Go for full details.