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

https://github.com/edenreich/dockerized-apis

dockerizing examples of an api in different languages
https://github.com/edenreich/dockerized-apis

benchmark cpp examples go php rust typescript

Last synced: 7 months ago
JSON representation

dockerizing examples of an api in different languages

Awesome Lists containing this project

README

          

# Dockerized Applications

Dockerizing minimalistic API's servers in different languages.

Each application is created in a single file, to avoid unnecessary complexity.

There is no database layer for simplicity purposes - everything is stored in memory.

Please do not consider this containers for production environment, as this is for learning and experimental purposes only.