Skip to content

HaRshA10D/go-hello-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-hello-server

A simple http server in go.

Setup

  • Install go 1.14 or higher from here
  • GNU Make
  • Execute make build

Run

  • Execute make run CMD="server"
Docker

Pre-requisite is to install Docker on your machine. link

  • Build the image using docker build -t go-hello-server .
  • Run container using docker run -p 9000:9000 -d go-hello-server
  • Your server runs on a container and exposed via 9000 port

Contributors

Harsha

About

Simple http server in go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published