2025-02-06 10:15:25 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="en">
|
|
|
|
|
<head>
|
|
|
|
|
<title>go-wasm-http-server examples</title>
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<h1>go-wasm-http-server examples</h1>
|
|
|
|
|
<ul>
|
2025-11-21 00:57:18 +01:00
|
|
|
<li>
|
|
|
|
|
<a href="hello/">Hello example</a> (<a
|
|
|
|
|
href="https://github.com/nlepage/go-wasm-http-server/tree/master/docs/hello"
|
|
|
|
|
>Sources</a
|
|
|
|
|
>)
|
|
|
|
|
</li>
|
|
|
|
|
<li>
|
|
|
|
|
<a href="hello-multiple/">Hello example with multiple wasm instances</a> (<a
|
|
|
|
|
href="https://github.com/nlepage/go-wasm-http-server/tree/master/docs/hello-multiple"
|
|
|
|
|
>Sources</a
|
|
|
|
|
>)
|
|
|
|
|
</li>
|
|
|
|
|
<li>
|
|
|
|
|
<a href="hello-state/">Hello example with state</a> (<a
|
|
|
|
|
href="https://github.com/nlepage/go-wasm-http-server/tree/master/docs/hello-state"
|
|
|
|
|
>Sources</a
|
|
|
|
|
>)
|
|
|
|
|
</li>
|
|
|
|
|
<li>
|
|
|
|
|
<a href="hello-state-keepalive/">Hello example with state and keepalive</a> (<a
|
|
|
|
|
href="https://github.com/nlepage/go-wasm-http-server/tree/master/docs/hello-state-keepalive"
|
|
|
|
|
>Sources</a
|
|
|
|
|
>)
|
|
|
|
|
</li>
|
|
|
|
|
<li>
|
|
|
|
|
<a href="hello-sse/">Hello example with Server Sent Events</a> (<a
|
|
|
|
|
href="https://github.com/nlepage/go-wasm-http-server/tree/master/docs/hello-sse"
|
|
|
|
|
>Sources</a
|
|
|
|
|
>)
|
|
|
|
|
</li>
|
2025-02-06 10:15:25 +01:00
|
|
|
</ul>
|
2025-11-21 00:57:18 +01:00
|
|
|
<p>
|
|
|
|
|
See <a href="https://github.com/nlepage/go-wasm-http-server?tab=readme-ov-file#readme">README</a> for more
|
|
|
|
|
information.
|
|
|
|
|
</p>
|
2025-02-06 10:15:25 +01:00
|
|
|
</body>
|
|
|
|
|
</html>
|