Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Support containerised frontend applications #24

Open
duaraghav8 opened this issue Dec 24, 2024 · 0 comments
Open

[FEATURE] Support containerised frontend applications #24

duaraghav8 opened this issue Dec 24, 2024 · 0 comments
Labels
feature-request Feature request

Comments

@duaraghav8
Copy link
Owner

Is your feature request related to a problem you're facing?
DS currently only supports backend applications written in Nodejs.
It disregards frontend JS applications that are packaged inside Docker images.
All frontend code in the universe is written in JS/TS or dialects of JS.
Devs often use Nodejs toolchain to develop FE codebases and even nodejs modules.
Then then use something like browserify to compile those node modules into FE JS code for their FE apps.
The FE code is packed inside a docker image along with a server software like nginx.
When the final container runs, it starts the server which then serves the frontend.

Describe the solution you'd like
DS should be able to optimize frontend images too.

Scope
The Scope of this issue is yet to be determined.

@duaraghav8 duaraghav8 added the feature-request Feature request label Dec 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Feature request
Projects
None yet
Development

No branches or pull requests

1 participant