Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 488 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 488 Bytes

Go Hello World Chute

This example demonstrates running a Go application on Paradrop.

Installing

  • Install the Paradrop command line utility. This requires Python.

    sudo pip install pdtools

  • Install the chute on a Paradrop device. Replace

    with the IP address or domain name of your device.

    pdtools device

    chutes create

  • Test the chute. Since it is running a web server, you can use curl.

    curl --location http://

    /chutes/go-hello-world