Redis – How to update a Svelte store in the server part of my SPA?
I want my Svelte SPA to interact with some data from a DB. For this, I used Sapper, so I can open the connection to DB in the server.js, and listen to it through its pub/sub mechanism. How can I…