[go-nuts] Re: TCP Server

2016-07-19 Thread Lars Kulseng
If it is possible to go the HTTP-route, you may also want to consider using WebSockets, as it uses bare TCP-protocol for transporting data, but with a HTTP-handshake. That way you can avoid the overhead that HTTP adds, and you could stream the data from you device to your server. mandag 18.

[go-nuts] Re: TCP Server

2016-07-17 Thread Caleb Doxsey
Hi Edgar, Have you done much web development in the past? The easiest option may be google app engine. You can create a restful HTTP API pretty easily and it comes with a lot of functionality out of the box. You can find a getting-started tutorial here:

[go-nuts] Re: TCP Server

2016-07-14 Thread EdgarAlejandro Vintimilla
Thanks, basically is a GPS that sends data to the server. It's for a fit traker. What is the best way to put into producción this server? -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails