DEV Community

Cover image for Hiding my nodejs application code within a docker container
hatem ben tayeb
hatem ben tayeb

Posted on

1

Hiding my nodejs application code within a docker container

Building binaries on compiled languages like Rust and Go as Static or dynamic linking makes a huge step on code security, i mean no one can access your code, reading it !, but in many use cases they can by doing some complicated reverse engineering methods ... actually it's hard ! it become more harder when you built your app as a static linking nd bundle all the shit 💩 together. Nodejs applications can be read it easly ... all your source code is accessible, In this post we will hide our node app and "COMPILE" it ! seems owesome right ! let's go folks 😇 !

Original post : https://hatembentayeb.hashnode.dev/hiding-my-nodejs-application-code-within-a-docker-container

Top comments (0)

AWS Security LIVE!

Join us for AWS Security LIVE!

Discover the future of cloud security. Tune in live for trends, tips, and solutions from AWS and AWS Partners.

Learn More