mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-18 01:49:31 +08:00
14 lines
340 B
Markdown
14 lines
340 B
Markdown
# 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:
|
|
|
|
```bash
|
|
go run main.go
|
|
```
|