Re: Any recommended free server hosts for GWT apps?

2018-03-04 Thread Thomas Broyer


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 google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: Any recommended free server hosts for GWT apps?

2018-03-03 Thread Freddy Boucher
Google App Engine offers free quota each months.
So for an only 5-6 persons traffic, it will fit perfectly.



On Sunday, March 4, 2018 at 9:35:37 AM UTC+11, Jens wrote:
>
> If your app is just client side code, put it on Github pages. If you have 
> server side code, I would advice you to write it in PHP and buy a 1-2 
> dollar webspace solution that supports PHP and MySQL database.
>
> Java is pretty heavy on server side so I guess there are no free 
> offerings. Using PHP server side is probably your best bet.
>
> -- J.
>

-- 
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 google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: Any recommended free server hosts for GWT apps?

2018-03-03 Thread Jens
If your app is just client side code, put it on Github pages. If you have 
server side code, I would advice you to write it in PHP and buy a 1-2 
dollar webspace solution that supports PHP and MySQL database.

Java is pretty heavy on server side so I guess there are no free offerings. 
Using PHP server side is probably your best bet.

-- J.

-- 
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 google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Any recommended free server hosts for GWT apps?

2018-03-03 Thread subroutines
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. 

-- 
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 google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.