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.
- Host: GitHub
- URL: https://github.com/thehashton/deno
- Owner: thehashton
- Created: 2020-01-20T23:26:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-20T23:42:54.000Z (over 6 years ago)
- Last Synced: 2025-08-18T05:49:23.791Z (10 months ago)
- Topics: deno, runtime, typescript
- Language: TypeScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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: