This sample JavaScript application demonstrates the real-time database event and channel-based communication of StaticBackend.
You can read the accompanying article here.
Here's how to get started.
$> npm install
$> npm run build
You'll need to install our CLI to run the local backend server.
$> npm start
And open a browser to http://localhost:8080
.