Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Server

A simple server application built with Echo, a high-performance, extensible, and minimalist Go web framework.

Features

  • Exposes a /version endpoint to display the current version of the server.
  • Exposes a /status endpoint to check if the server is running.
  • Graceful shutdown on receiving interrupt signals.

Usage

To build:

go build -ldflags "-X main.version=<version>" -o simple_server_v<version>

To run:

./simple-server <port>

Replace <version> with the desired version string and <port> with the desired port number.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages