Shared Hosting for Everyone, imagined by developers, for developers.
Discovering the Public Cloud1.36 |
1.34 |
1.33 |
1.31 |
1.29 |
1.28 |
1.25 |
1.23 |
1.21 |
1.20 |
1.17 |
1.16 |
1.14 |
1.12 |
1.10 |
1.8 |
1.7 |
1.5 |
1.4 |
1.2 |
1.0 |
The default version can be changed from the administration section, under Environment > Deno. This is the version that is especially used when you start deno
.
Versions are not necessarily already installed.
Your Deno environment starts off empty, with no ready installed libraries.
To deploy an HTTP application with Deno, create a Deno type site in the Web > Sites section.
You need to specify the command that will start your Deno application, for example:
deno run --allow-env --allow-net $HOME/myapp/index.ts
Your application must absolutely listen to IP and the port shown in the site configuration in the Command field. The IP
/ HOST
and PORT
environment variables can also be used.