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
- Host: GitHub
- URL: https://github.com/edenreich/dockerized-apis
- Owner: edenreich
- Created: 2019-11-28T22:55:12.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T15:32:00.000Z (almost 3 years ago)
- Last Synced: 2025-01-16T16:42:36.679Z (9 months ago)
- Topics: benchmark, cpp, examples, go, php, rust, typescript
- Language: PHP
- Size: 242 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
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.