package
0.0.0-20240718234212-8b020dd96e55
Repository: https://github.com/iamseki/dev-to.git
Documentation: pkg.go.dev

# README

Nginx Cache

This project demonstrates using Nginx for caching purposes, check out this blog post: Blog post on caching with Nginx.

Running the application

  • yarn nx serve nginx-cache

Load Testing Comparison

Tests will fail if the 99th percentile latency exceeds 100ms.

  • yarn nx load-test nginx-cache
  • yarn nx load-test-with-nginx nginx-cache

Endpoints

AppEndpointsPort
Api/fibonacci/n8080
Nginx/fibonacci/n3000

Technologies Used