Create a connection to a Gepetto API server
gepetto(host = "localhost", port = 8080)
where is it running? Defaults to "localhost
"
same, but what port? Defaults to 8080
since the most common
use case is that you have gepetto
running in a Docker container.
Use 3000
if you're running it locally via npm
as that's the default
port for development.`
A gepetto
connection object