From 9be33ecb4d58cd19c25d53d27780ee43b8ad06ff Mon Sep 17 00:00:00 2001 From: Nicolas Lepage <19571875+nlepage@users.noreply.github.com> Date: Thu, 6 Feb 2025 10:15:25 +0100 Subject: [PATCH] docs: updates examples doc and adds an index for examples --- README.md | 1 + docs/index.html | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 docs/index.html diff --git a/README.md b/README.md index 1c25f8d..273e5ef 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ - [Hello example](https://nlepage.github.io/go-wasm-http-server/hello) ([sources](https://github.com/nlepage/go-wasm-http-server/tree/master/docs/hello)) - [Hello example with state](https://nlepage.github.io/go-wasm-http-server/hello-state) ([sources](https://github.com/nlepage/go-wasm-http-server/tree/master/docs/hello-state)) - [Hello example with state and keepalive](https://nlepage.github.io/go-wasm-http-server/hello-state-keepalive) ([sources](https://github.com/nlepage/go-wasm-http-server/tree/master/docs/hello-state-keepalive)) + - [Hello example with Server Sent Events](https://nlepage.github.io/go-wasm-http-server/hello-sse/) ([sources](https://nlepage.github.io/go-wasm-http-server/hello-sse/)) - [😺 Catption generator example](https://nlepage.github.io/catption/wasm) ([sources](https://github.com/nlepage/catption/tree/wasm)) - [Random password generator web server](https://nlepage.github.io/random-password-please/) ([sources](https://github.com/nlepage/random-password-please) forked from [jbarham/random-password-please](https://github.com/jbarham/random-password-please)) - [Server fallbacks, and compiling with TinyGo](https://nlepage.github.io/go-wasm-http-server/tinygo/) (runs locally; see [sources & readme](https://github.com/nlepage/go-wasm-http-server/tree/master/docs/tinygo#readme) for how to run this example) diff --git a/docs/index.html b/docs/index.html new file mode 100644 index 0000000..042b1c1 --- /dev/null +++ b/docs/index.html @@ -0,0 +1,16 @@ + + +
+See README for more information.
+ +