Skip to main content
A minimal Node.js example demonstrating real-time state synchronization across multiple clients using Specific’s Postgres sync engine.

Run locally

1

Install the CLI and clone

npm i -g specific-alpha
git clone https://github.com/specific-dev/examples.git
cd examples/node-realtime-click-counter
npm install
2

Start the development server

specific exec web -- npm run db:migrate
specific dev
Open https://web.local.spcf.app to view the app.
3

Deploy to production

specific deploy