Skip to content

Go CLI client-server HTTP app using the standard library package "net/http" for handling HTTP requests and responses, and "flag" package for parsing command-line arguments.

Notifications You must be signed in to change notification settings

prosper74/Go-CLI-http-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Go Client-Server http app

Go CLI client-server HTTP app using the standard library package "net/http" for handling HTTP requests and responses, and "flag" package for parsing command-line arguments.

To run the server - go run main.go To run the client - open another terminal, cd to the directory and run go run client.go -server http://localhost:8080

About

Go CLI client-server HTTP app using the standard library package "net/http" for handling HTTP requests and responses, and "flag" package for parsing command-line arguments.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages