[kwlug-disc] Deno 2 video entry is ... cool

Mikalai Birukou mb at 3nsoft.com
Tue Oct 29 13:01:29 EDT 2024


>> First three minutes of video art in
>> https://www.youtube.com/watch?v=d35SlRgVxT8
>
> That's great - really high production values, writing, and even good
> acting for a bunch o' nerds & geeks.
>
> And, Deno is really exciting!
>
> The video features Ryan Dahl of Node.js fame, explaining his new
> product: Deono.
>
> Node -> Deno -> Done
>
> I like so, *so* many features he demonstrates.
>
> Particularly interesting: compile your JS website into an executable
> (for any platform) and deploy that single file (assuming assets are
> separate?).

Yes. It is "compiling executable", with emphasis on executable. This emphasis hints at bundling as a different thing that may expect to take in other stuff into resulting pack/out-thing.

FYI. Usage with packing into docker images (understanding so far, running processes without random egress, i.e. proper fire-walling):

- compile and put the whole thing into image

- without compile do all cache pulling at image building stage, so that everything ends up in the image before going into production

- bundling will be nice, letting you use their image with deno, yet ensuring with single commands that all dependencies are in.

> This is exciting and I love it.
>
> Just wish I could keep up!
>
> (From the video:)
>
> Days since release of latest JS framework:
>
> 05 --> 00
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kwlug.org/pipermail/kwlug-disc_kwlug.org/attachments/20241029/d6127aba/attachment.htm>


More information about the kwlug-disc mailing list