I'm reading a w3schools document where they talk about Server-Sent Events technology It is described as a system that allows you to send web pages from the server to the client So by reversing the normal data flow, it is no longer the client who has to query the server but it is the latter that...
W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more.
so, there's something called server side events (SSE). it apparently has something to do with notifications from a web server to a browser. i'm guessing it's what happens when you see an annoying pop-up message from a web server asking persmission to send you notifications. good luck with...
Hi CRUD Examples Attached PocketBase is an open source backend consisting of embedded database (SQLite) with realtime subscriptions, built-in users management, convenient dashboard UI and simple REST-ish API. It runs on Linux, Windows and Mac, You can get it here, https://pocketbase.io/ We...
www.b4x.com
The JavaScript calls for this from their documentation is not a train smash and as I am using the JS Dev Kit on that front, all is good.
I did check the B4a link for the SSE, looks very promising.