A simple Node.js page counter demonstrating how to use Redis caching with Specific.
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
Start the development server
specific dev
Deploy to production
specific deploy