Basic Web Server Templates
Minimal web server templates that demonstrate Hello World in multiple languages
| Template | Description | Install |
|---|---|---|
| C# Basic Webserver | ASP.NET Core server with health endpoint and Docker support | dev-template csharp-basic-webserver |
| Go Basic Webserver | Go web server using net/http with health endpoint and Docker support | dev-template golang-basic-webserver |
| Java Basic Webserver | Spring Boot server with health endpoint and Docker support | dev-template java-basic-webserver |
| PHP Basic Webserver | PHP web server using built-in server with health endpoint and Docker support | dev-template php-basic-webserver |
| Python Basic Webserver | Minimal Flask server with health endpoint and Docker support | dev-template python-basic-webserver |
| TypeScript Basic Webserver | Express.js server with TypeScript, health endpoint, and Docker support | dev-template typescript-basic-webserver |