Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion samples/fastapi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ That will start your FastAPI app on `http://localhost:8000` with hot reloading e

Title: FastAPI

Short Description: A sample project demonstrating how to deploy FastAPI with Defang
Short Description: A sample project demonstrating how to deploy FastAPI with Defang.

Tags: FastAPI, OpenAPI, Python

Expand Down
4 changes: 2 additions & 2 deletions samples/golang-http-form/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ This Go application demonstrates a simple form submission using the standard net

---

Title: Go http Form
Title: Go HTTP Form

Short Description: A simple Go application that demonstrates form submission using the net/http library.

Tags: Go, http
Tags: Go, HTTP

Languages: golang
4 changes: 2 additions & 2 deletions samples/golang-http/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ A very simple example of a Go service that listens on a port and returns informa

---

Title: Go http Server
Title: Go HTTP Server

Short Description: A simple Go application that echoes back the request.

Tags: Go, http
Tags: Go, HTTP

Languages: golang
4 changes: 2 additions & 2 deletions samples/nodejs-express/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ This Node.js application, built with Express.js, is designed to inspect and disp

Title: Node.js & Express

Short Description: A Node.js application that inspects and displays detailed information about incoming http requests.
Short Description: A Node.js application that inspects and displays detailed information about incoming HTTP requests.

Tags: Node.js, Express, http, Request, Inspector, JavaScript
Tags: Node.js, Express, HTTP, Request, Inspector, JavaScript

Languages: nodejs
2 changes: 1 addition & 1 deletion samples/nodejs-form/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ Title: Node.js Express Form

Short Description: A Node.js application that handles form submissions using the Express framework.

Tags: Node.js, Express, http, JavaScript
Tags: Node.js, Express, HTTP, JavaScript

Languages: nodejs
4 changes: 2 additions & 2 deletions samples/nodejs-http/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ defang compose up

Title: Node.js HTTP Server

Short Description: A simple Node.js application that creates an http server.
Short Description: A simple Node.js application that creates an HTTP server.

Tags: Node.js, http, Server
Tags: Node.js, HTTP, Server

Languages: nodejs
2 changes: 1 addition & 1 deletion samples/pulumi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ Title: Pulumi

Short Description: A basic Pulumi example.

Tags: Pulumi, Node.js, http, Server, TypeScript
Tags: Pulumi, Node.js, HTTP, Server, TypeScript

Languages: nodejs
4 changes: 2 additions & 2 deletions samples/python-minimal/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ This Flask application is designed to inspect and return detailed information ab

Title: Flask

Short Description: A Flask application that inspects and returns detailed information about http requests.
Short Description: A Flask application that inspects and returns detailed information about HTTP requests.

Tags: Flask, http, Python
Tags: Flask, HTTP, Python

Languages: python
Loading