RE: [go-nuts] Test a Golang API on the web

2019-05-29 Thread Michael Banzon
: golang-nuts Subject: [go-nuts] Test a Golang API on the web Hi, My teacher has asked me to develop an API with Golang and test it on the web instead of localhost. I was thinking of github.io but then I figured out, it doesn't support server-side languages and just support static pages. Woul

Re: [go-nuts] Test a Golang API on the web

2019-05-27 Thread Jan Mercl
On Mon, May 27, 2019 at 8:01 PM aimar wrote: > Would you please let me know, if there is any platform which I can test my > API online rather than localhost? (for free, of course) GCP free tier? -- You received this message because you are subscribed to the Google Groups "golang-nuts" group.

[go-nuts] Test a Golang API on the web

2019-05-27 Thread aimar
Hi, My teacher has asked me to develop an API with Golang and test it on the web instead of localhost. I was thinking of github.io but then I figured out, it doesn't support server-side languages and just support static pages. Would you please let me know, if there is any platform which I can