Zokalyx / theconfluence

1 stars 2 forks source link

The website and the bot could be hosted on different platforms #10

Open Zokalyx opened 2 years ago

Zokalyx commented 2 years ago

Heroku has the limitation that you just provide a Procfile and they create some sort of container for the application to run, instead of having full control over the file system and processes. These are main drawbacks that could be fixed:

GitHub pages has the limitation that websites are static. This means that:

Using another host would be beneficial, but code should be written and adapted to the new environments. The new features should also be planned beforehand.