Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/Technololist/golang-http-windows-service
- Owner: Technololist
- Created: 2017-06-10T11:22:50.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-15T06:38:24.000Z (over 7 years ago)
- Last Synced: 2024-08-01T16:27:59.191Z (3 months ago)
- Language: Go
- Size: 4.88 KB
- Stars: 19
- Watchers: 1
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)