The logo of dexter

Syncing shopping lists

In order to keep track of the groceries to get, without resorting to an analog list which is always out of sight. I created a syncing list app to keep track of the groceries.

Using Server-Sent Events I’ve managed to setup a really nice way to sync multiple clients. For now utilizing unique links all lists are public to whoever has the correct link. But I’m planning to make the lists private, and create anonymous accounts to register lists with.

Hi there