Skip to content

wathiede/cgi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Example CGI server and client program in Go

Resources

License

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors