Skip to content

Latest commit

 

History

History
 
 

server

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

@neshca/server

Efficient and simple HTTP caching server with LRU eviction, tailored for seamless integration with @neshca/cache-handler/server Handler.

Overview

This project provides a simple HTTP server that works seamlessly with @neshca/cache-handler/server. It implements an efficient LRU (Least Recently Used) key eviction policy, ensuring optimal use of cache resources by automatically removing the least recently accessed items when the cache reaches its capacity.

Usage

You can see examples of how to use @neshca/server in Remote HTTP server with LRU cache ↗ section of the @neshca/cache-handler documentation.