connect to the ip of a specific server

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

How do I connect to an IP server easily?

:bust_in_silhouette: Reply From: milddeva

Godot docs has a tutorial about making a http request.
Is this what you need?

i want to connect to external non-godot server

lalel345 | 2020-11-29 10:54

The link i gave you is a tutorial about sending and receiving data to a non-godot server via HTTPRequest node.

milddeva | 2020-11-29 12:58

:bust_in_silhouette: Reply From: AndyCampbell

Hi lalel345,

Do you mean connect to another Godot instance which is running as a server?
If yes, and if you are planning to use the Godot High-level multiplayer API, the docs here cover how to setup the server and client ends

Also, you can see a nice series of tutorials here plus the source for an example project in github here

I hope that helps

i want to connect to external non-godot server

lalel345 | 2020-11-29 10:48