Godot client communicates with a C++ server

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By zxxli001

Hi guys, I’m a newbie to godot engine. I’m trying to send strings to a C++ server. Is it possible to do that?

:bust_in_silhouette: Reply From: Oen44

Yes and no. If your server is accepting HTTP requests then yes, it can be done. Otherwise you will have to edit GoDot source code.

Thanks for your reply. Do you know any articles about editing GoDot source code? I’m using Gdscript.

zxxli001 | 2018-11-06 21:31

Just go to Github repo, clone it and edit.

Oen44 | 2018-11-06 21:38