# 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 ```