Skip to main content

Live Demo

Try it in your browser

Source Code

View on GitHub

Cache service diagram

Run locally

1

Install the CLI and clone

curl -fsSL https://specific.dev/install.sh | sh
git clone https://github.com/specific-dev/examples.git
cd examples/node-cache-counter
npm install
2

Start the development server

specific dev
Open the URL shown in the output to see the counter increment on each visit.
3

Deploy to production

specific deploy