Cache
A simple Node.js page counter demonstrating how to use Redis caching with Specific.

Run locally
Install the CLI and clone
curl -fsSL https://specific.dev/install.sh | shgit clone https://github.com/specific-dev/examples.git
cd examples/node-cache-counter
npm installStart the development server
specific devOpen the URL shown in the output to see the counter increment on each visit.
Deploy to production
specific deploy