Deno¶
Introduction¶
Deno is a server-side JavaScript and TypeScript interpreter. It is comparable to Node.js, but aims to offer a simple, modern and secure runtime.
Versions¶
Release types¶
We provide the latest version and apply security updates on a regular basis. Once deno v2 is released this might change.
Connection to webserver¶
In order to make your application accessable from the outside, you need to connect it to the webserver, using a web backend.
Please note that your application must listen on the IP 0.0.0.0
. You can choose any port
between 1024 and 65535.