@@ -87,20 +87,20 @@ bun run server.mjs
8787
8888<!-- automd:examples -->
8989
90- | Example | Source | Try |
91- | ---------------- | ------------------------------------------------------------------------------------------ | ----------------------------------------------------------------- --- |
92- | ` aws-lambda ` | [ examples/aws-lambda] ( https://github.com/h3js/srvx/tree/main/examples/aws-lambda/ ) | ` npx giget gh:h3js/srvx/examples/aws-lambda srvx-aws-lambda ` |
93- | ` elysia ` | [ examples/elysia] ( https://github.com/h3js/srvx/tree/main/examples/elysia/ ) | ` npx giget gh:h3js/srvx/examples/elysia srvx-elysia ` |
94- | ` express ` | [ examples/express] ( https://github.com/h3js/srvx/tree/main/examples/express/ ) | ` npx giget gh:h3js/srvx/examples/express srvx-express ` |
95- | ` fastify ` | [ examples/fastify] ( https://github.com/h3js/srvx/tree/main/examples/fastify/ ) | ` npx giget gh:h3js/srvx/examples/fastify srvx-fastify ` |
96- | ` h3 ` | [ examples/h3] ( https://github.com/h3js/srvx/tree/main/examples/h3/ ) | ` npx giget gh:h3js/srvx/examples/h3 srvx-h3 ` |
97- | ` hello-world ` | [ examples/hello-world] ( https://github.com/h3js/srvx/tree/main/examples/hello-world/ ) | ` npx giget gh:h3js/srvx/examples/hello-world srvx-hello-world ` |
98- | ` hono ` | [ examples/hono] ( https://github.com/h3js/srvx/tree/main/examples/hono/ ) | ` npx giget gh:h3js/srvx/examples/hono srvx-hono ` |
99- | ` jsx ` | [ examples/jsx] ( https://github.com/h3js/srvx/tree/main/examples/jsx/ ) | ` npx giget gh:h3js/srvx/examples/jsx srvx-jsx ` |
100- | ` node-handler ` | [ examples/node-handler] ( https://github.com/h3js/srvx/tree/main/examples/node-handler/ ) | ` npx giget gh:h3js/srvx/examples/node-handler srvx-node-handler ` |
90+ | Example | Source | Try |
91+ | --- | --- | --- |
92+ | ` aws-lambda ` | [ examples/aws-lambda] ( https://github.com/h3js/srvx/tree/main/examples/aws-lambda/ ) | ` npx giget gh:h3js/srvx/examples/aws-lambda srvx-aws-lambda ` |
93+ | ` elysia ` | [ examples/elysia] ( https://github.com/h3js/srvx/tree/main/examples/elysia/ ) | ` npx giget gh:h3js/srvx/examples/elysia srvx-elysia ` |
94+ | ` express ` | [ examples/express] ( https://github.com/h3js/srvx/tree/main/examples/express/ ) | ` npx giget gh:h3js/srvx/examples/express srvx-express ` |
95+ | ` fastify ` | [ examples/fastify] ( https://github.com/h3js/srvx/tree/main/examples/fastify/ ) | ` npx giget gh:h3js/srvx/examples/fastify srvx-fastify ` |
96+ | ` h3 ` | [ examples/h3] ( https://github.com/h3js/srvx/tree/main/examples/h3/ ) | ` npx giget gh:h3js/srvx/examples/h3 srvx-h3 ` |
97+ | ` hello-world ` | [ examples/hello-world] ( https://github.com/h3js/srvx/tree/main/examples/hello-world/ ) | ` npx giget gh:h3js/srvx/examples/hello-world srvx-hello-world ` |
98+ | ` hono ` | [ examples/hono] ( https://github.com/h3js/srvx/tree/main/examples/hono/ ) | ` npx giget gh:h3js/srvx/examples/hono srvx-hono ` |
99+ | ` jsx ` | [ examples/jsx] ( https://github.com/h3js/srvx/tree/main/examples/jsx/ ) | ` npx giget gh:h3js/srvx/examples/jsx srvx-jsx ` |
100+ | ` node-handler ` | [ examples/node-handler] ( https://github.com/h3js/srvx/tree/main/examples/node-handler/ ) | ` npx giget gh:h3js/srvx/examples/node-handler srvx-node-handler ` |
101101| ` service-worker ` | [ examples/service-worker] ( https://github.com/h3js/srvx/tree/main/examples/service-worker/ ) | ` npx giget gh:h3js/srvx/examples/service-worker srvx-service-worker ` |
102- | ` streaming ` | [ examples/streaming] ( https://github.com/h3js/srvx/tree/main/examples/streaming/ ) | ` npx giget gh:h3js/srvx/examples/streaming srvx-streaming ` |
103- | ` tracing ` | [ examples/tracing] ( https://github.com/h3js/srvx/tree/main/examples/tracing/ ) | ` npx giget gh:h3js/srvx/examples/tracing srvx-tracing ` |
104- | ` websocket ` | [ examples/websocket] ( https://github.com/h3js/srvx/tree/main/examples/websocket/ ) | ` npx giget gh:h3js/srvx/examples/websocket srvx-websocket ` |
102+ | ` streaming ` | [ examples/streaming] ( https://github.com/h3js/srvx/tree/main/examples/streaming/ ) | ` npx giget gh:h3js/srvx/examples/streaming srvx-streaming ` |
103+ | ` tracing ` | [ examples/tracing] ( https://github.com/h3js/srvx/tree/main/examples/tracing/ ) | ` npx giget gh:h3js/srvx/examples/tracing srvx-tracing ` |
104+ | ` websocket ` | [ examples/websocket] ( https://github.com/h3js/srvx/tree/main/examples/websocket/ ) | ` npx giget gh:h3js/srvx/examples/websocket srvx-websocket ` |
105105
106106<!-- /automd -->
0 commit comments