On Saturday, March 3, 2018 at 11:13:48 PM UTC+1, subroutines wrote: > > Hi, > > I would like to know if anyone knows of any free host servers that can > support GWT applications that they recommend? I am not intending to have > massive amounts of traffic since it is only a web application for a team of > 5 to 6. >
Assuming you use GWT-RPC or RequestFactory (and need a hosting solution for a Java webapp), then anything that allows you to deploy Java will work: Heroku or OpenShift have free tiers. You can also build a Docker image and use, e.g., Docker Cloud (https://cloud.docker.com/pricing/) -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/d/optout.
