An open API service indexing awesome lists of open source software.

https://github.com/thehashton/deno

Practice with Deno, a JS/TS/WA runtime made in Rust.
https://github.com/thehashton/deno

deno runtime typescript

Last synced: 11 days ago
JSON representation

Practice with Deno, a JS/TS/WA runtime made in Rust.

Awesome Lists containing this project

README

          

# Deno


Deno

Fun with a type safe runtime built for JavaScript/TypeScript/Web Assembly mostly made with Rust under the hood.

Run code using
```
deno --alow-net index.ts
```

`--alow-net` flag is used because for security reasons, Deno does not allow programs to access the network without explicit permission. To allow accessing the network, use a command-line flag: