Skip to content

flavionobredev/nestjs-cache-compression

Repository files navigation

Cache and Compression with NestJS

Description

This is a sample project to demonstrate how to use cache and compression in NestJS.

Execution

docker compose up -d

Endpoints

GET /api/world-cup/results

curl -i -X GET http://localhost:3000/api/world-cup/results

Benchmark

# 100 items: results for console.log in compression
before compression length 9401
after compression length 210

About

Cache module for nestjs with compression feature

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published