Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Technololist/golang-http-windows-service

Golang HTTP Server on Windows Service
https://github.com/Technololist/golang-http-windows-service

Last synced: 15 days ago
JSON representation

Golang HTTP Server on Windows Service

Awesome Lists containing this project

README

        

# Golang Web Server on Windows Service

This is simple Golang Web Server which run as Windows Service. Please find more information [here](http://blog.technololist.org/2017/06/09.html).

#### Instruction
* Comply Go code with **_go build_** command.
* Install web server with **_install_** option on administrator command prompt (uninstall with **_remove_** option).
* It’ll run as Local System user account by default. Local Service user account is preferred when you want to increase security.

[Technololist Blog](http://blog.technololist.org/2017/06/index.html)