[go-nuts] Go HTTP/2 behind HAProxy TLS Question

2017-04-07 Thread bulat . shamsutdinov
Hello! I'm quite new to web development and currently bumped into a problem I can't wrap my head around. I need to make a simple web server in Go using HTTP/2 and server will be deployed on Ubuntu 16.04 server behind HAProxy with TLS certificate from Let'sEncrypt. Here is a problem: in that

[go-nuts] Live video streaming with Go

2017-03-17 Thread bulat . shamsutdinov
Hello everyone! Can someone please suggest a general direction to look at to implement video streaming server (as simple as possible) in Go? I'm familiar with go, made some web apps. And now there is a need to make a small live video streaming service, that I would love to do in Go. There is n