I used the example almost exact same as this minimal server:
https://docs.godotengine.org/en/stable/tutorials/networking/websocket.html
but I noticed that there is almost no available how to show to send data as server data.When there was one, it's usually written on C# which I'm not familiar with.
I write on Godot script mostly.
So, what is the command to send data as server?
I'm currently using python websocket to work with godot script. Both will use server/client. I just don't know how to send data as server using Websocket.
Keep that in mind, I'm still learning how to use websocket so please feel free to talk to me like as if I'm 5 years old lol