Hi! Thanks for reading this post. Is there a way we can publish our project to the github page? (I mean the username.github.io). I’m a completely newbie on this… Or is there any way to publish the web application on a public website rather than localhost 8080? Thanks so much.
Hi! Not GitHub, but there are many application hosting options and can find tutorials for them at https://vaadin.com/docs/v14/flow/production/deploying-to-cloud-providers.html and https://vaadin.com/learn/tutorials/cloud-deployment
It is mostly matter of personal preference which one to choose. You could check out at least the [IBM Cloud]
(https://vaadin.com/learn/tutorials/cloud-deployment/ibm) and [Heroku]
(https://vaadin.com/learn/tutorials/cloud-deployment/heroku) tutorials, if either of those feels a good option for you. Heard good things about them.
Is it like this still? I am using the latest version of Vaadin.
Yes, Vaadin still requires a JVM.
thanks for replying have you any suggestion on how to deploy a vaadin webapp?
I used spring boot for back end
I’m a on-prem guy… with a spring boot fat-jar it means “just” installing java and starting your application. Vaadin does not need anything special on runtime - you can follow any Spring Boot based tutorial. (Keep in mind sticky sessions might be needed depending on your Setup)