From d7a67323782ca0e426b60b3537bcc8e06ffd3420 Mon Sep 17 00:00:00 2001 From: manatlan Date: Sat, 29 Jul 2023 16:28:41 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8975d98..2a40d17 100644 --- a/README.md +++ b/README.md @@ -110,3 +110,5 @@ It will run a solid http/ws, with all htag/web features (and compatible with uvi It's not the official way to expose htag's apps on the web. But I'm currently exploring that (because it's a lot lot simpler ;-). Like ANY OTHERS htag runners : the live of a Htag's app is between the websocket open and the websocket close. So if you refresh the page : it will always rebuild all. Others runners avoid this, and make a lot of magics (on web side) to keep the same instance running for the same user. + +BTW, it's the only "web runner", with WebWS, which works with the new [Tag.update](https://manatlan.github.io/htag/tag_update/) feature !