Created
October 14, 2020 14:57
-
-
Save hrrmsn/a72727f3725bdb9156d4201e062f2ece to your computer and use it in GitHub Desktop.
Coursera Go advanced course from Vasily Romanov (3rd part)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://about.sourcegraph.com/go/grpc-in-production-alan-shreve/ + https://www.youtube.com/watch?v=7FZ6ZyzGex0 | |
https://grpc.io/ - общий сайт gRPC | |
https://github.com/grpc/grpc-go - go-версия gRPC | |
https://github.com/grpc-ecosystem - набор middleware для gRPC | |
https://outcrawl.com/getting-started-microservices-go-grpc-kubernetes/ | |
https://improbable.io/games/blog/grpc-web-moving-past-restjson-towards-type-safe-web-apis | |
https://blog.gopheracademy.com/advent-2017/go-grpc-beyond-basics/ | |
https://ops.tips/blog/sending-files-via-grpc/ | |
https://github.com/mattn/ft - file transfer via gRPC | |
http://mhausenblas.info/fosdem2018-godevroom-networkingdeepdive/ - всецело полезный доклад про работу с сетью в go | |
https://github.com/twitchtv/twirp - RPC-фреймворк от Twitch, достаточно молодой | |
https://blog.twitch.tv/twirp-a-sweet-new-rpc-framework-for-go-5f2febbf35f - статья про Twirp | |
https://about.sourcegraph.com/go/fallacies-of-distributed-gomputing/ - мощный доклад по распределённым системам на го | |
https://github.com/google/go-microservice-helpers | |
https://github.com/vaporz/turbo | |
https://github.com/go-kit/kit - мощный фреймворк для написания микросервисов | |
https://habrahabr.ru/post/276539/ - "Это будущее". Обязательная для ознакомления статья если вы решили увлечься микросервисами по полной | |
https://medium.com/apis-and-digital-transformation/openapi-and-grpc-side-by-side-b6afb08f75ed | |
https://medium.com/pantomath/how-we-use-grpc-to-build-a-client-server-system-in-go-dd20045fa1c2 | |
https://habrahabr.ru/company/beget/blog/348008/ | |
https://www.ribice.ba/swagger-golang/ - Create Golang API documentation with SwaggerUI | |
https://ewanvalentine.io/microservices-in-golang-part-1/ - большой туториал по микросервисам в го, охватывает множество сфер ( докер, авторизацию и прочее ) - на момент добавления в список вышла 7-я часть | |
https://github.com/MarquisIO/go-grpcmw | |
https://github.com/enricofoltran/hello-auth-grpc | |
https://blog.synq.fm/golang-microservice-starter-kit | |
https://blog.gopheracademy.com/advent-2017/kubernetes-ready-service/ | |
https://www.youtube.com/watch?v=s5l9ZdgxzXA | |
http://www.minaandrawos.com/2016/05/14/udp-vs-tcp-in-golang/ | |
http://rodaine.com/2017/05/x-files-time-rate-golang/ | |
https://blog.envoyproxy.io/introduction-to-modern-network-load-balancing-and-proxying-a57f6ff80236 | |
http://tumregels.github.io/Network-Programming-with-Go/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment