Skip to content

Commit 546ecb3

Browse files
committed
add go-http
1 parent d97e554 commit 546ecb3

File tree

2 files changed

+27
-16
lines changed

2 files changed

+27
-16
lines changed

README.md

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -35,21 +35,22 @@ We've created a handful of examples to show how Scaffoldly can be used.
3535
<!-- Alphbetically Ordered!!! -->
3636
<!-- ALSO UPDATE ./index.yml for "create-scaffoldly-app" !!! -->
3737

38-
| Language | Framework | Example Projects | Public URL |
39-
| :------- | :-------------------------- | :-------------------------------------------------------------------------------------------------------- | :--------------------------------------------------------------------------------------------------- |
40-
| .NET | C# | [`dotnet-csharp`](https://github.com/scaffoldly/scaffoldly-examples/tree/dotnet-csharp) | [Function URL](https://wmnaydmf2zp5s7rw4htcw5rcku0cwkfq.lambda-url.us-east-1.on.aws/weatherforecast) |
41-
| Go | ConnectRPC | [`go-connect`](https://github.com/scaffoldly/scaffoldly-examples/tree/go-connect) | [Function URL](https://6m7hwen7ailmu4jkcfe5b23tii0nfnhf.lambda-url.us-east-1.on.aws) |
42-
| Node | ConnectRPC (with `fastify`) | [`node-connect`](https://github.com/scaffoldly/scaffoldly-examples/tree/node-connect) | [Function URL](https://adm2n2urfuewyca33xlh3bmlzy0gqsdh.lambda-url.us-east-1.on.aws) |
43-
| Node | ExpressJS | [`node-express`](https://github.com/scaffoldly/scaffoldly-examples/tree/node-express) | [Function URL](https://pbydasw2o3quxi7fu3dyiqomne0noypf.lambda-url.us-east-1.on.aws) |
44-
| Node | Next.js | [`node-nextjs`](https://github.com/scaffoldly/scaffoldly-examples/tree/node-nextjs) | [Function URL](https://inne3tcyuarfqwqz633ojyg2qe0ldglc.lambda-url.us-east-1.on.aws) |
45-
| Node | Next.js (`export` mode) | [`node-nextjs-export`](https://github.com/scaffoldly/scaffoldly-examples/tree/node-nextjs-export) | [Function URL](https://jtzom2obx3owx4gn4vluichvze0frzcn.lambda-url.us-east-1.on.aws) |
46-
| Node | Next.js (`standalone` mode) | [`node-nextjs-standalone`](https://github.com/scaffoldly/scaffoldly-examples/tree/node-nextjs-standalone) | [Function URL](https://uyf6bj4oqifqnfwivhdsy25giu0eaauf.lambda-url.us-east-1.on.aws) |
47-
| Node | React (with `vite`) | [`node-react-vite`](https://github.com/scaffoldly/scaffoldly-examples/tree/node-react-vite) | [Function URL](https://qgb37tjq2vu4qlejnu2p7zzire0tqtsy.lambda-url.us-east-1.on.aws) |
48-
| Python | Flask | [`python-flask`](https://github.com/scaffoldly/scaffoldly-examples/tree/python-flask) | [Function URL](https://bmrroucx2eidhwiplrnme3l6ta0qnqwp.lambda-url.us-east-1.on.aws) |
49-
| Python | Flask (with `poetry`) | [`python-flask-poetry`](https://github.com/scaffoldly/scaffoldly-examples/tree/python-flask-poetry) | [Function URL](https://7dkca5ogwlgdjc66e4wc5braiu0ewgma.lambda-url.us-east-1.on.aws) |
50-
| Python | Huggingface (with `flask`) | [`python-huggingface`](https://github.com/scaffoldly/scaffoldly-examples/tree/python-huggingface) | [Function URL](https://mrrva4a2ncoydup72wocmha6l40xojwg.lambda-url.us-east-1.on.aws) |
51-
| Rust | Axum | [`rust-axum`](https://github.com/scaffoldly/scaffoldly-examples/tree/rust-axum) | [Function URL](https://yqbqbyyukepkhoony3vjtjhxva0ihedb.lambda-url.us-east-1.on.aws) |
52-
| Rust | Hyper | [`rust-hyper`](https://github.com/scaffoldly/scaffoldly-examples/tree/rust-hyper) | [Function URL](https://x3nlq7rmjc675skupaksowqut40fflpc.lambda-url.us-east-1.on.aws) |
38+
| Language | Framework | Example Projects |
39+
| :------- | :-------------------------- | :-------------------------------------------------------------------------------------------------------- |
40+
| .NET | C# | [`dotnet-csharp`](https://github.com/scaffoldly/scaffoldly-examples/tree/dotnet-csharp) |
41+
| Go | ConnectRPC | [`go-connect`](https://github.com/scaffoldly/scaffoldly-examples/tree/go-connect) |
42+
| Go | HTTP | [`go-http`](https://github.com/scaffoldly/scaffoldly-examples/tree/go-http) |
43+
| Node | ConnectRPC (with `fastify`) | [`node-connect`](https://github.com/scaffoldly/scaffoldly-examples/tree/node-connect) |
44+
| Node | ExpressJS | [`node-express`](https://github.com/scaffoldly/scaffoldly-examples/tree/node-express) |
45+
| Node | Next.js | [`node-nextjs`](https://github.com/scaffoldly/scaffoldly-examples/tree/node-nextjs) |
46+
| Node | Next.js (`export` mode) | [`node-nextjs-export`](https://github.com/scaffoldly/scaffoldly-examples/tree/node-nextjs-export) |
47+
| Node | Next.js (`standalone` mode) | [`node-nextjs-standalone`](https://github.com/scaffoldly/scaffoldly-examples/tree/node-nextjs-standalone) |
48+
| Node | React (with `vite`) | [`node-react-vite`](https://github.com/scaffoldly/scaffoldly-examples/tree/node-react-vite) |
49+
| Python | Flask | [`python-flask`](https://github.com/scaffoldly/scaffoldly-examples/tree/python-flask) |
50+
| Python | Flask (with `poetry`) | [`python-flask-poetry`](https://github.com/scaffoldly/scaffoldly-examples/tree/python-flask-poetry) |
51+
| Python | Huggingface (with `flask`) | [`python-huggingface`](https://github.com/scaffoldly/scaffoldly-examples/tree/python-huggingface) |
52+
| Rust | Axum | [`rust-axum`](https://github.com/scaffoldly/scaffoldly-examples/tree/rust-axum) |
53+
| Rust | Hyper | [`rust-hyper`](https://github.com/scaffoldly/scaffoldly-examples/tree/rust-hyper) |
5354

5455
<!-- Alphbetically Ordered!!! -->
5556
<!-- ALSO UPDATE ./index.yml for "create-scaffoldly-app" !!! -->

index.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,16 @@
1818
handler: "localhost:8080"
1919
main: cmd/server/main.go
2020
devCommand: "go run cmd/server/main.go"
21+
"HTTP":
22+
readmeName: "Go HTTP"
23+
branch: go-http
24+
projectFile: go.mod
25+
configFile: scaffoldly.json
26+
type: go
27+
rm: ["go.sum"]
28+
handler: "localhost:8080"
29+
main: cmd/server/main.go
30+
devCommand: "go run cmd/server/main.go"
2131
"Node":
2232
"ConnectRPC (with Fastify)":
2333
readmeName: "ConnectRPC"
@@ -86,7 +96,7 @@
8696
setupCommands:
8797
- ollama serve
8898
- ollama pull llama3.2:1b
89-
devCommand: "curl http://localhost:11434/api/generate -d '{\"model\": \"llama3.2:1b\",\"prompt\":\"Why is the sky blue?\"}'"
99+
devCommand: 'curl http://localhost:11434/api/generate -d ''{"model": "llama3.2:1b","prompt":"Why is the sky blue?"}'''
90100
Python:
91101
"Flask":
92102
readmeName: "Flask"

0 commit comments

Comments
 (0)