Skip to content

Leen15/golang-ping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ping Pong Server in Go

A simple ping pong server used for health check proposes: It responses to /ping with a "pong".

Usage

This webserver works inside docker, so to use it simple run it:

docker run -d -p 80:80 leen15/golang-ping

And now it will response to any ping request:

$ curl http://0.0.0.0/ping
pong

License

This project is released under the terms of the MIT license.

About

ping pong server in golang: respond to /ping with 'pong'

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published