What is Deno? - Top 5 features of Deno

preview_player
Показать описание
Deno is a simple, modern and secure runtime for JavaScript and TypeScript that uses V8 and is built in Rust.
In this video we will install Deno on windows and Linux as well and show you top 5 features of Deno.
At the end of the video we will see a single example which has all the 5 features of Deno.

Top 5 features of Deno
------------------------------------
03:08 - Builtin typescript support
03:55 - Import from URL
04:49 - Top level await
05:38 - Security
06:45 - Browser API Support

Check my Github:

Follow me on social media:
Рекомендации по теме
Комментарии
Автор

I know JavaScript little but now to learn deno I have to learn first typescript which is a drag. Anyway deno just entered into market, so need of deno developer happens only in future. So wait until if this tech will change the world. Thanks for video.

arjunshinde
Автор

Thanks for great video. I have installed the deno in windows and it's working in the installed directory. Can you please let me know how I can access that outside the installed directory? Need to set env variables?

rjaysharma
Автор

Nice. Deno is what Node should have been from the start. IMO best things about Deno are browser API support and fact that you can just import stuff from online sources. Latter one means basically that community is not going to be wrapped inside, for example in Node's case, NPM. Also, Deno allows async code at top level, and that is not revolutionary at all, but it is common sense these days. There are probably few caveats right there, but nevertheless it is awesome feature.

pasizdobrekuce
Автор

npm isn't perfect by any means, but importing packages from live URLs seems like a cool feature rather than a practical one. What if the DNS gets spoofed?

shaysssup
Автор

Not sure how it is secure.
The modules are imported from the web directly.
If your app is in production and say the external dependency is no longer available, your app would break. Also if someone injects a malicious script in the external dependency when your app is in production, your app's security now is compromised.

coneymoney
Автор

Make rest api with jwt auth in deno in javascript please

bemalsdvanitha