Last year I worked on a real-time application with Laravel / VueJS / Docker and some additionnal packages like MariaDB, RabbitMQ, websockets, supervisor, ...
The application is distributed via a Docker package.
My client wants to obfuscate the code.
Has anybody already obfuscated a real-time Laravel / VueJS application's code ?
Here are my first researches :
it's possible to obfuscate with free or paid packages, but for a relevant protection against reverse engineering, it's recommended to use a paid one
code obfuscation can generate bugs
with code obfuscation, the application will be less performant
The application is distributed via a Docker package, so anybody having the package could know the code. I think that it's the reason why the client wants to obfuscate the code.