Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

http-example

A simple Go HTTP server that displays "I'm running on your machine".

Install

go install github.com/antonioshadji/http-example@latest

Usage

http-example

The server starts on port 8080. If the port is unavailable, it tries ports 8081–8089.

Build from source

git clone https://github.com/antonioshadji/http-example.git
cd http-example
go build -o http-example .
./http-example

Releases

Pre-built binaries for Linux (amd64) and macOS (arm64) are available on the releases page. A new release is created automatically on every push to main.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages