5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-08 06:39:10 +08:00
wails/v3/examples/raw-message
2025-04-25 20:51:34 +10:00
..
assets Support raw messages from JS 2024-06-08 20:43:24 +10:00
main.go Support raw messages from JS 2024-06-08 20:43:24 +10:00
README.md Initial Windows testing completed. 7 issues. 2025-04-25 20:51:34 +10:00

Raw Message Example

This example is a demonstration of sending raw messages from JS to Go.
This is good for scenarios where you want total control on the data flow from the frontend to back. It can be seen as the opposite of "ExecJS".

Running the example

To run the example, run the following command:

go run main.go