Skip to content

Commit

Permalink
use-http1.1 not needed in Deno
Browse files Browse the repository at this point in the history
  • Loading branch information
jackkleeman committed Jun 24, 2024
1 parent 65f0fec commit caf0695
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions templates/deno/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ Deno.
Have a look at the [TypeScript Quickstart guide](https://docs.restate.dev/get_started/quickstart?sdk=ts) for more information about the SDK.

You can run locally with `deno task dev` and register to Restate with
`restate dep add http://localhost:9080 --use-http1.1`. `--use-http1.1` is
currently needed with local Deno as we do not support Deno's HTTP2
implementation yet.
`restate dep add http://localhost:9080`.

You can deploy to Deno Deploy with `deployctl deploy` and register to Restate
with
Expand Down

0 comments on commit caf0695

Please sign in to comment.