A minimal Node.js app demonstrating real-time sync across multiple clients using Specific’s PostgreSQL sync engine.
Install the CLI and clone
npm i -g @specific.dev/cli
git clone https://github.com/specific-dev/examples.git cd examples/node-realtime-click-counter npm install
Start the development server
specific exec web -- npm run db:migrate specific dev
Deploy to production
specific deploy