GitHub - denoland/deno: A modern runtime for JavaScript and TypeScript.
A modern runtime for JavaScript and TypeScript. Contribute to denoland/deno development by creating an account on GitHub. Toggle navigation Sign in Search or jump to…
Search code, repositories, users, issues, pull requests…
Search syntax tips # Provide feedback
Cancel Submit feedback # Saved searches
Use saved searches to filter your results more quickly
Cancel Create saved search Sign in Sign up Reseting focus Search syntax tips
Use saved searches to filter your results more quickly
MIT license 97.9k stars 5.4k forks BranchesTagsActivity Star Notifications You must be signed in to change notification settings mainBranchesTagsGo to fileCode
Folders and files
Name | Name | Last commit message | Last commit date |
---|---|---|---|
Latest commit
History 12,737 Commits |
| .cargo | .cargo | | | | .devcontainer | .devcontainer | | | | .github | .github | | | | bench_util | bench_util | | | | cli | cli | | | | ext | ext | | | | resolvers | resolvers | | | | runtime | runtime | | | | tests | tests | | | | tools | tools | | | | .dlint.json | .dlint.json | | | | .dprint.json | .dprint.json | | | | .editorconfig | .editorconfig | | | | .gitattributes | .gitattributes | | | | .gitignore | .gitignore | | | | .gitmodules | .gitmodules | | | | .rustfmt.toml | .rustfmt.toml | | | | Cargo.lock | Cargo.lock | | | | Cargo.toml | Cargo.toml | | | | LICENSE.md | LICENSE.md | | | | README.md | README.md | | | | Releases.md | Releases.md | | | | import_map.json | import_map.json | | | | rust-toolchain.toml | rust-toolchain.toml | | | | View all files |
Repository files navigation
Deno
Deno (/หdiหnoส/, pronounced dee-no) is a JavaScript, TypeScript, and WebAssembly runtime with secure defaults and a great developer experience. It’s built on V8, Rust, and Tokio.
Learn more about the Deno runtime in the documentation.
Installation
Install the Deno runtime on your system using one of the commands below. Note that there are a number of ways to install Deno - a comprehensive list of installation options can be found here.
Shell (Mac, Linux):
curl -fsSL https://deno.land/install.sh | shPowerShell (Windows):
irm https://deno.land/install.ps1 | iexHomebrew (Mac):
brew install denoChocolatey (Windows):
choco install denoWinGet (Windows):
winget install –id=DenoLand.Deno
Build and install from source
Complete instructions for building Deno from source can be found in the manual here.
Your first Deno program
Deno can be used for many different applications, but is most commonly used to build web servers. Create a file called server.ts and include the following TypeScript code:
Deno.serve((_req: Request)=>{returnnewResponse(“Hello, world!”);});Run your server with the following command:
deno run –allow-net server.tsThis should start a local web server on http://localhost:8000.
Learn more about writing and running Deno programs in the docs.
Additional resources
- Deno Docs: official guides and reference docs for the Deno runtime, Deno Deploy, and beyond.
- Deno Standard Library: officially supported common utilities for Deno programs.
- deno.land/x: registry for third-party Deno modules.
- Developer Blog: Product updates, tutorials, and more from the Deno team.
Contributing
We appreciate your help! To contribute, please read our contributing instructions.
About
A modern runtime for JavaScript and TypeScript.
deno.com
Topics
javascript rust typescript deno
Resources
Readme
License
MIT license
Code of conduct
Code of conduct
Security policy
Security policy ActivityCustom properties
Stars
97.9k stars
Watchers
1.4k watching
Forks
5.4k forks Report repository
Releases 299
v2.0.6 Latest Nov 10, 2024 + 298 releases
Used by 4.2k
- 4,216
Contributors 984
- 970 contributors
Languages
- Rust49.1%
- JavaScript28.2%
- TypeScript22.7%
- CSS0.0%
- C0.0%
- C++0.0%
Name | Name | Last commit message | Last commit date |
---|---|---|---|
Latest commit
History 12,737 Commits |
| .cargo | .cargo | | | | .devcontainer | .devcontainer | | | | .github | .github | | | | bench_util | bench_util | | | | cli | cli | | | | ext | ext | | | | resolvers | resolvers | | | | runtime | runtime | | | | tests | tests | | | | tools | tools | | | | .dlint.json | .dlint.json | | | | .dprint.json | .dprint.json | | | | .editorconfig | .editorconfig | | | | .gitattributes | .gitattributes | | | | .gitignore | .gitignore | | | | .gitmodules | .gitmodules | | | | .rustfmt.toml | .rustfmt.toml | | | | Cargo.lock | Cargo.lock | | | | Cargo.toml | Cargo.toml | | | | LICENSE.md | LICENSE.md | | | | README.md | README.md | | | | Releases.md | Releases.md | | | | import_map.json | import_map.json | | | | rust-toolchain.toml | rust-toolchain.toml | | | | View all files |
History
12,737 Commits12,737 Commits A modern runtime for JavaScript and TypeScript.
deno.com
Topics
javascript rust typescript deno
Resources
Readme
License
MIT license
Code of conduct
Code of conduct
Security policy
Security policy ActivityCustom properties
Stars
97.9k stars
Watchers
1.4k watching
Forks
5.4k forks Report repository v2.0.6 Latest Nov 10, 2024 + 298 releases -
- 4,216 -
- 970 contributors - Rust49.1%
- JavaScript28.2%
- TypeScript22.7%
- CSS0.0%
- C0.0%
- C++0.0%
FAQ
Is Online Poker Legal In Brazil?
Is Online Poker Legal In Brazil? Brazil defines poker as a game of skill in terms of legality. While casino gambling and sports betting were illegal in most of the country until 2023, poker has thrived in the South America nation throughout the last couple of decades. While Brazil poker laws donโt outline a strict legal definition for online poker, they also donโt specifically ban online poker. Some of the most worldโs most respected poker players call Brazil home.
Where is WPT Global legal
Players in more than 100 countries can play at WPT Global. WPT Global operates in various jurisdictions where online poker is regulated and legal. Typically, it is available in regions such as: 1.Canada 2.United Kingdom 3.European Union countries (specific nations may vary) For the most accurate and up-to-date information, itโs best to check WPT Global’s official website or consult local regulations regarding online gambling in your area.
Can you make money on WPT?
Both ClubWPTโข Diamond and VIP level membership offer poker tournaments where you have a chance to win real cash and prize including WPTยฎ Main Event seat packages to televised World Poker Tourยฎ events, and a robust schedule of online poker tournaments (with cash prizes), and exhilarating social casino.
WPT Global - The worldโs most famous online poker platform! This is a paradise for poker enthusiasts. Click here to learn how to download WPT Global.
This site only collects related articles. Viewing the original, please copy and open the following link:GitHub - denoland/deno: A modern runtime for JavaScript and TypeScript.