Hello friends, I am interested in opinions on how to accomplish the following:
- Have an OpenFL HTML application deployed on a server, with a typical assets directory (done).
- Have a similar OpenFL application (shared code) compiled to Hashlink which is able to use the same assets directory. I am open to other server-side targets but this seems to be the most viable so far.
- Execute the Hashlink binary from an existing local Node.js application within Docker (don’t know how to do this), then have the binary quit when finished its procedures
Would it be best to convert all this to use multiple Docker containers? I’d prefer to leave the top bullet in place and figure out the rest, but only if that’s actually easier.