mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-08 06:39:10 +08:00
.. | ||
assets | ||
main.go | ||
README.md |
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