Can an app connect to more than one server?

Me too. This is from that link Shaun posted :

import anvil.server
import socket

host=socket.gethostname().replace("-","_")
...

@anvil.server.callable("remote_" + host)
...etc...

(edit note this is for Linux)

3 Likes