Updated the readme to reflect on the SSE change; cross-compilation also works now
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user