I was wondering, since the Godot provides the highlevel networking API based on ENet, if it were possible to connect Godot peers to non godot servers that use RPC calls (i.e. python's rpyc module).
This could be useful to make a project scalable, and maybe in a machine learning project where we want to run simulations etc.
Thanks in advance.