Skip to main content

Cache service diagram

Run locally

1

Install the CLI and clone

npm i -g @specific.dev/cli
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