Shared Hosting for Everyone, imagined by developers, for developers.
Discovering the Public CloudMajor versions |
---|
1.5 |
1.4 |
1.2 |
1.0 |
La version par défaut est modifiable dans l’administration alwaysdata, Environnement > Deno. C’est cette version qui est notamment utilisée lorsque vous démarrez deno
.
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.