Deno: Feature: Deno compile binary of js backend application?

Created on 4 Jun 2020  路  2Comments  路  Source: denoland/deno

Hi,

I've been watching Deno for a while and I think what you guys have done is amazing. I started learning rust 6 months ago and the fact that you have Rust on the backend of this has me as a fan. I did wonder if there was any thought around potentially being able to compile an executable for javascript applications?

Essentially wrapping your entire JS project into a binary instead of having all your code exposed when you deploy into production. This question is more or less for the backend bits rather than the frontend. I know from a frontend perspective the browser will have to use your plain view javascript files, but I was wondering if you guys have given some thought into potentially having a flag within Deno to create a binary of your javascript service for the backend?

Thanks in advance.

Most helpful comment

Duplicate of #986.

All 2 comments

you might want to look at #986

Duplicate of #986.

Was this page helpful?
0 / 5 - 0 ratings