Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bgpat/helloworld-server


https://github.com/bgpat/helloworld-server

Last synced: 28 days ago
JSON representation

Awesome Lists containing this project

README

        

# helloworld-server

## USAGE

```console
$ docker run -d -p 8080:8080 bgpat/helloworld-server
$ curl http://localhost:8080/
hello, world.
```