Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dustin/go-stdinweb
Serve HTTP from Stdio
https://github.com/dustin/go-stdinweb
Last synced: 3 days ago
JSON representation
Serve HTTP from Stdio
- Host: GitHub
- URL: https://github.com/dustin/go-stdinweb
- Owner: dustin
- Created: 2012-02-09T04:09:36.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-02-24T09:36:21.000Z (almost 13 years ago)
- Last Synced: 2024-11-11T13:05:46.339Z (about 1 month ago)
- Language: Go
- Homepage:
- Size: 93.8 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
# stdinweb
I have a lot of small web services that are infrequently hit. This
lets me run them without dedicating a process and listener to them --
I just plop them in inetd/launchd and move on.See the [example][example] for making your own.
[example]: /dustin/go-stdinweb/blob/master/example/example.go