From 2456416a794bcc701a004eb58c891cdd7b1f4c7f Mon Sep 17 00:00:00 2001 From: Luxferre Date: Sat, 14 Sep 2024 20:44:15 +0300 Subject: [PATCH] Updated the readme to reflect on the SSE change; cross-compilation also works now --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e0948ca..ee6728e 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ This is the main StreamGoose component. It provides three main functions: - providing the unified message queue for the frontend side consumption; - serving static files that make up the frontend (`index.html`, `script.js`, `style.css` and images) over the plain HTTP protocol. -Additionally, the server binary also launches the backends it knows about and opens a simple GUI window to show the Web content locally, feeding its unified output directly into the JS side. The latter part became possible thanks to the [webview_go](https://pkg.go.dev/centrifuge.hectabit.org/HectaBit/webview_go) library. +Additionally, the server binary also launches the backends it knows about and opens a simple GUI window to show the Web content locally, feeding its unified output into the JS side via server-sent events. The latter part became possible thanks to the [webview_go](https://pkg.go.dev/centrifuge.hectabit.org/HectaBit/webview_go) library. ### Backends