Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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