Database with Sync
A minimal Node.js app demonstrating real-time sync across multiple clients using Specific's PostgreSQL sync engine.

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-realtime-click-counter
npm installStart the development server
specific exec web -- npm run db:migrate
specific devOpen the web service URL printed in the terminal (usually http://localhost:3001) to view the app.
Deploy to production
specific deploy