Initial commit: C++ 12.2.0 HTTP server template
- Add hello_world.cpp with HTTP server implementation - Add Dockerfile for containerization - Add docker-entrypoint.sh for deployment - Add Makefile for build automation - Add .eazy configuration file - Add .resource directory with dev config - Add comprehensive README.md - Support environment variable port configuration - Ready for production deployment
parents
Showing
.eazy
0 → 100644
.gitignore
0 → 100644
.resource/resource_dev.json
0 → 100644
.vscode/extensions.json
0 → 100644
Dockerfile
0 → 100644
Makefile
0 → 100644
README.md
0 → 100644
docker-entrypoint.sh
0 → 100755
hello_world.cpp
0 → 100644
Please register or sign in to comment