/cgi

Example CGI server and client program in Go

Primary LanguageGoApache License 2.0Apache-2.0

CGI In Go

# Build the go cgi example
$ go build -o cgi-bin/cgigo ./cgigo
# Run the server
$ go run server/server.go -addr :1234

Now visit a cgi url:

Assuming you have perl & python installed all the following URLs will work.

Go version Python version Perl version