Skip to content

iamken1204/example-multi-servers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Example of golang multiple servers

How to use:

$ go get github.com/iamken1204/example-multi-servers
$ cd $GOPATH/src/github.com/iamken1204/example-multi-servers
$ go run main.go

visit

  • localhost:8001
  • localhost:8001/foo
  • localhost:8001/bar
  • localhost:8002
  • localhost:8002/foo
  • localhost:8002/bar

About

Example of multiple servers implemented by golang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages