There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
testing a game server written in nodejs using websocket on godot c# version. this gets string data like player's x and y axis and sends to the server as a string, then it bounces to the client (Game) and the client will convert it to a c# object.