• Stars
    star
    3
  • Rank 3,963,521 (Top 79 %)
  • Language
    C#
  • Created over 3 years ago
  • Updated over 3 years ago

Reviews

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.