Jump to content
LaunchBox Community Forums

deathcrow

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by deathcrow

  1. deathcrow

    monolithic

    The application itself is pretty slow. I believe this is due to the monolithic way it was built. It would be awesome to have a way to start microservices for each emulation system. Using RPCS, (protocol buffers, for example) you could use docker to 'host' an emulation platform, thus breaking it down into smaller pieces, and a making the frontend much lighter. Currently it also does its sync of images very poorly, it would be much better to do an rsync approach to files instead of actually asking the user. There will never be a need for a user to re-download images if they already have them... the idea of microservice doesnt mean need for docker, kubernetes, but allows you to run these instances locally, same goes for manyu parts of the current binary, WDYT?
×
×
  • Create New...