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.
- Docker setup using either Docker or Rancher Desktop
- Go 1.19 or above
- Your favourite IDE
See the article Using Coherence to manage HTTP sessions in Go for full details.