A minimal Node.js app demonstrating real-time sync across multiple clients using Specific’s PostgreSQL sync engine.
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-realtime-click-counter npm install
Start the development server
specific exec web -- npm run db:migrate specific dev
Deploy to production
specific deploy