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

https://github.com/beh01der/web-service-dockerized-example

This is a simple example of Dockerized Web service implemented in Node.js
https://github.com/beh01der/web-service-dockerized-example

Last synced: 11 months ago
JSON representation

This is a simple example of Dockerized Web service implemented in Node.js

Awesome Lists containing this project

README

          

# web-service-dockerized-example

This is a simple example of Dockerized Web service

```
$ curl http://172.17.0.4:3000
Hello World!
I am service1!
```