GRPC сервер

GRPC сервер смотреть последние обновления за сегодня на .

Что такое gRPC за 10 минут

26622
1271
45
00:11:01
01.09.2021

В статье мы узнаем: - Что такое RPC - Что такое gRPC - Как расшифровывается RPC и gRPC - Зачем нужен gRPC - Преимущества gRPC - Архитектура gRPC - Что такое HTTP/2 - Что такое мультиплексирование - Что такое сжатие заголовка - Что такое буфер протокола (Protobuf) - Другие фишки gRPC Listen IT на Я.Дзене - 🤍 Поддержать канал разово - 🤍 Поддержать канал подпиской - 🤍 По вопросам сотрудничества - 🤍 Ссылка на статью - 🤍 Документация по Protobuf - 🤍 Различия REST и SOAP за 4 минуты - 🤍 Введение в REST API за 7 минут - 🤍 Что такое Swagger и OpenAPI за 3 минуты - 🤍 Что такое HTTP и HTTPS за 9 минут - 🤍 Что такое CRUD за 6 минут - 🤍 Что такое middleware за 7 минут - 🤍 Что такое идемпотентность - 🤍 Что такое ACID за 9 минут - 🤍 Что такое HATEOAS за 4 минуты - 🤍 Что такое CI/CD - 🤍 Что такое Code First подход за 4 минуты - 🤍 Что такое Contract First подход за 4 минуты - 🤍 Что такое Docker за 5 минут - 🤍 Что такое Kubernetes за 9 минут - 🤍

gRPC — альтернатива REST API от Google. Пишем gRPC сервер и клиент на Java и Python.

95292
3698
269
01:12:26
24.02.2021

Скачать PVS-Studio бесплатно: 🤍 YouTube канал PVS-Studio: 🤍 VK группа PVS-Studio: 🤍 pom.xml: 🤍 Продвинутая Java - 🤍 Telegram: 🤍 Реклама и сотрудничество: alishev.neil🤍gmail.com

Введение в gRPC: пишем сервер на Go

42829
1240
54
00:18:03
05.08.2019

В этом видео я расскажу про gRPC. Мы с вами попробуем написать простой gRPC-сервер на Go, который будет складывать два числа и возвращать результат этой операции. Ссылки из видео: - Evans (gRPC-клиент) - 🤍 Мой Twitter - 🤍 Канал в TG - 🤍 #golang #gopherschool

Пример применения технологии gRPC

4889
79
10
00:12:40
28.02.2021

Разбор клиент-серверного приложения с применением технологии gRPC. Сервер стримит последованиельность чисел.

gRPC в Golang на реальном примере

9708
261
18
00:26:38
24.02.2022

Курс "Язык Go Для Начинающих" - 🤍 Предзапись на курс GOLANG NINJA - 🤍 Получи бесплатный Roadmap для Backend разработчика - 🤍 Архитектура Современных Веб-Приложений - 🤍 Список тем и ресурсов для Backend разработчика - 🤍 GitHub - 🤍 LinkedIn - 🤍 00:00 - Что такое gRPC? 06:08 - Когда используется? Пример со spicedb 08:53 - Демонстрация реализации клиента и сервера Мой личный канал - 🤍 #golang #backend #языкgo

gRPC Crash Course - Modes, Examples, Pros & Cons and more

166711
4233
216
01:19:38
28.02.2020

gRPC (gRPC Remote Procedure Calls) is an open source remote procedure call (RPC) system initially developed at Google in 2015. It uses HTTP/2 for transport, Protocol Buffers as the message format. ⏰ Timecode ⏰ 0:00 Intro 04:30 Motivation behind gRPC 8:40 The problem with client libraries 16:40 gRPC Modes 17:20 Unary 17:40 Server streaming 18:30 Client streaming 19:10 Bidirectional 19:49 gRPC Coding Example! 57:00 gRPC Pros and Cons 01:12:30 Why you shouldn’t invent your own Protocol In this video I want to explore gRPC, go through examples, pros and cons of gRPC. Client/ Server communication - SOAP - HTTP (REST) - WebSockets Client Libraries gRPC gRPC Demo - todos gRPC Pros and Cons Pros - Fast two/uni and request - Unform - One library to rule them all - Progress feedback( long synchronous requests) drop pluggable wait...) - cancel request - All benefits of H2 and Protobuff Cons - schema based (not everyone wants schema) - Thick client - limited languages - Proxies still don’t understand it - Still young - Error handling - No native browser support - Timeouts, circuit breaker just like any RPC (pub/sub rules in this case) Can you create your own protocol? - Spotify example with Hermes Source Code 🤍 Resources 🤍 Haproxy grpc 🤍 Nginx grpc 🤍 🤍 Support my work on PayPal 🤍 Become a Member on YouTube 🤍 🧑‍🏫 Courses I Teach 🤍 🏭 Backend Engineering Videos in Order 🤍 💾 Database Engineering Videos 🤍 🎙️Listen to the Backend Engineering Podcast 🤍 Gears and tools used on the Channel (affiliates) 🖼️ Slides and Thumbnail Design Canva 🤍 🎙️ Mic Gear Shure SM7B Cardioid Dynamic Microphone 🤍 Cloudlifter 🤍 XLR cables 🤍 Focusrite Audio Interface 🤍 📷 Camera Gear Canon M50 Mark II 🤍 Micro HDMI to HDMI  🤍 Video capture card 🤍 AC Wall for constant power 🤍 Stay Awesome, Hussein

Build a gRPC server with Go - Step by step tutorial

2231
69
22
00:26:34
21.11.2022

In this video I will show you - How to init your Go project - How to create a simple .proto file to define your API - How to generate Protocol Buffers and gRPC code with protoc - How to build the server - How to test it with BloomRPC Source code of the project: 🤍

gRPC или REST: что выбрать для нового сервера?

1443
47
6
01:56:12
19.08.2021

Сергей Голицын, Senior Java Developer в Zillion Whales, разбирает преимущества и недостатки gRPC, сравнивает gRPC и REST, а также показывает, как писать сервер на Java. Курс Java онлайн — 🤍 Полезные ссылки: 🤍 gRPC vs REST — 🤍 gRPC сервер с нуля — 🤍 Клиент/сервер на gRPC — 🤍 Пример кода сервера — 🤍 Пример кода клиента — 🤍 Habr спикера — 🤍 Github спикера — 🤍 Linkedin спикера — 🤍 00:00 — Знакомство 2:17 — Что есть кроме REST? 3:27 — Доминация REST 4:54 — API интерфейсы 5:58 — REST API 6:08 — API gRPC 6:54 — Сравнение REST и gRPC 7:20 — Сравнение REST и gRPC на примере микросервисов 22:38 — Когда лучше использовать gRPC и REST API? 24:30 — Вопросы и ответы 31:38 — Практика 1:44:29 — Итоги 1:46:53 — Полезные материалы 1:47:32 — Вопросы и ответы Компьютерная Школа Hillel 🤍 #REST #сервер #разработка #программирование #курсыпрограммирования #курсыразработки #курсыIT #ITкурсы

gRPC vs REST, что выбрать для нового сервера?

6594
215
23
00:32:48
26.07.2021

Этот ролик будет полезен практикующим разработчиками и архитекторам программного обеспечения. Мы разберем основные моменты REST API и gRPC API. Рассмотрим применение API на примере микросервисов. Выделим моменты, когда gRPC лучше чем рест. Поймем что же нужно именно тебе и когда стоит выбрать рест! ГДЕ С НАМИ ПООБЩАТЬСЯ ⚡️Школа онлайн-образования: 🤍 ⚡️Telegram Loftblog: 🤍 ⚡️Telegram IT-обучение: 🤍 ⚡️Группа вконтакте: 🤍 Поставь лайк! Больше лайков - лучше выпуски :)

What is gRPC? (Remote Procedure Calls)

139786
3606
107
00:07:16
10.05.2022

Microservices → 🤍 IBM for Cloud Native → 🤍 Are you using REST APIs for your microservice-to-microservice communication? There’s a faster, more scalable solution: gRPC. It is a modern communication framework from the Cloud Native Computing Foundation that simplifies the language-dependent code required for microservice-to-microservice communication; it also reduces the need for custom validation code for the receiver. In this video, Bryan Truong covers the advantages by way of example. Download a free AI ebook → 🤍 Get started for free on IBM Cloud → 🤍 Subscribe to see more videos like this in the future → 🤍 #AI #Software #ITModernization #GRPC #lightboard #DataFabric

Andrew Reddikh, Alexander Korzhikov — Воркшоп. Готовим gRPC микросервисы в Node.js (часть 1)

1631
27
4
01:07:16
21.06.2022

Ближайшая конференция: HolyJS 2023 Spring, 15–16 мая (Online), 21-22 мая (Offline) Подробности и билеты: 🤍 — — The workshop overviews key architecture principles, design patterns, and technologies used to build microservices in the Node.js stack. It covers the theory of the gRPC framework and protocol buffers mechanism, as well as techniques and specifics of building isolated services using the monorepo approach with lerna and yarn workspaces, TypeScript. The workshop includes a live practical assignment to create a currency converter application that follows microservices paradigms. It fits the best developers who want to learn and practice gRPC microservices pattern with the Node.js platform.

Python gRPC Tutorial - Create a gRPC Client and Server in Python with Various Types of gRPC Calls

20021
303
20
00:29:04
10.05.2022

Hi everyone! Today I'm just going to show you how to create a gRPC client and server in Python using a proto file. I will show you various types of gRPC calls - unary, server side streaming, client side streaming and bi-directional streaming to give you a good overview on how to create APIs that handle gRPC calls and how to connect to these from a Python client. My code is available on GitHub: 🤍 You can also find the official gRPC Python documentation here: 🤍 I also discuss and compare the benefits and drawbacks of gRPC vs REST APIs in this video to help identify whether gRPC will suit your needs and provide you benefits I recommend viewing this video: 🤍 And if you do decide to go with REST APIs I also have a tutorial on setting these up in Python using Flask: 🤍 You’ve clearly come here to learn and a free audible trial allows you to increase your learning potential in situations where you may be hands free like at the gym or on your commute. It allows you to spend more time on theory when you aren’t able to watch a screen, so that you can maximise your screen time to pick up technical skills. Try it for free today: 🤍 // ABOUT ME My name is Chelsea and I started studying software engineering in 2010. I have been working commercially full time since 2014 and have been in various positions from graduate developer to tech lead to solution architect. I'm a full stack developer with a lot of experience in C# and Javascript but my passion is for mobile development; specifically native iOS development and cross platform using React Native. I always have many things on the go and am always trying out a new side hustle and failing at it; perhaps you can learn from my mistakes! Please like and subscribe if you enjoyed this video and want to see more like it! Have any suggestions on topics you would like to learn more about? Please suggest them in the comments... I would love to help you out while doing a bit of learning myself! // PRODUCTS USED I use the following products in the creation of my videos: Boya MM1 Microphone - 🤍 A reasonable quality and reasonably sturdy but cost effective microphone that can be used by both DSLR cameras, mobile phones and laptops Canon 18-55mm Lens - 🤍 A kit lens but a decent quality lens for beginners getting used to a DSLR Canon EOS Rebel T7 with 18-55mm Lens - 🤍 This is the kit I started with it includes the lens linked above and is a great starter camera. I love Apple devices... These are the ones I use for my channel content creation: Apple iPhone 13 - 🤍 A good all round phone, good for Apple development and recording videos with enough high quality features but at a cheaper price point than the pro versions. Apple MacBook Pro - 🤍 A nice portable computer for working from anywhere and perfect for iOS development Apple iPad Air - 🤍 Really easy to use for graphic design if required for logos as part of my app development or editing the videos on the go. Apple Pencil (2nd Generation) - 🤍 For logo and icon design in Affinity Designer app for iPad Logitech Folio Keyboard Touch - 🤍 Adds keyboard and touchpad to iPad Air, making it easier to use for writing code/eBooks etc. on the go! DISCLAIMER: Links included in this description might be affiliate links. If you purchase a product or service with the links that I provide I may receive a small commission. There is no additional charge to you! Thank you for supporting my channel so I can continue to provide you with free content each week! //CONTACT: Please contact me at: hello🤍tripwiretech.com //CRAVING MORE: You can find links to all my different sites and social media over on Linktree: 🤍

What is RPC? gRPC Introduction.

195581
7608
122
00:06:09
01.12.2022

To get better at system design, subscribe to our weekly newsletter: 🤍 Checkout our bestselling System Design Interview books: Volume 1: 🤍 Volume 2: 🤍 HTTP/1 to HTTP/2 to HTTP/3: 🤍 ABOUT US: Covering topics and trends in large-scale system design, from the authors of the best-selling System Design Interview series.

Building a gRPC Service in Golang: Server Streaming RPC (Tutorial)

4865
132
8
00:14:28
01.04.2022

Welcome to this gRPC video using Golang, part of the series about API Technologies in System Design. In this episode I share with you how to implement a gPRC Service, specifically a Server Streaming RPC using Golang. gRPC: Server Streaming RPC? When building a Server streaming RPCs a client sends a request to the server and gets a stream to read a sequence of messages back. The client reads from the returned stream until there are no more messages. gRPC guarantees message ordering within an individual RPC call. In practice to do this there are 4 steps: ■ Implement the Service using gRPC via Protocol Buffers ■ Generate the code needed for the actual gRPC Streaming Server RPC ■ Use the generated code to implement the gRPC Streaming Server RPC ■ Use the generated code to interact with the gRPC Streaming Server RPC Service kinds in gRPC There are four kinds of service methods: ■ Unary RPC: 🤍 ■ Server Streaming RPC: 🤍 ■ Client Streaming RPC: 🤍 ■ Bidirectional Streaming RPC: 🤍 Relevant links ■ Tutorial: System Design using gRPC with Golang: 🤍 ■ Software Architecture and System Design in Go/Golang: 🤍 ■ Learning Golang: Interface Types - Part 1: 🤍 ■ Learning Golang: Interface Types - Part 2: 🤍 ■ Example code: 🤍 All Go/Golang Playlists ■ Building Microservices in Go/Golang: 🤍 ■ Go/Golang Tools and Packages: 🤍 ■ Learning Concurrency Patterns in Go/Golang: 🤍 ■ Learning Go/Golang : 🤍 ■ Learning Relational Databases in Go/Golang: 🤍 ■ Testing in Go/Golang: 🤍 Connect with me! ■ 🤍 ■ 🤍 ■ 🤍 00:00 What is a gRPC Server Streaming RPC? 00:44 Implementing a gRPC Server Streaming RPC 09:03 Implementing a gRPC Client Streaming RPC 14:16 Conclusion about Building a gRPC Service Streaming RPC = Who am I? Hello👋🏼! I'm Mario, a Hands-on Software Architect and Lead Backend Engineer with more than 16 years of professional experience building all kinds of software including on-premise Industrial Automation Systems, Linux Accessibility Desktop and Browser Components as well as Distributed Advertising Microservices. Every week I will share with you different topics I've learned while working for small startups and large companies including the processes I've followed over the years for successfully delivering complex enterprise systems from start to end. Subscribe if you like Software Development, Software Architecture and System Design! Keep it up. Don't give up! #golang #grpc #systemdesign = Our Vlog Channel 🤍 = Affiliate links ■ Amazon Shop 🛒 🤍 ■ Technical/Non-technical Books - Recommended by Mario Carrion 📚 🤍 DISCLAIMER: Some of the links shared above are affiliate links. As a member of these affiliate programs, I earn a small commission from your purchases at no additional cost to you. Thank you in advance for your support!

Beginners Guide to gRPC in Go!

100135
1633
75
00:18:15
02.05.2020

👨‍💻 For the price of a ☕ every month, sign up and gain access to a growing list of premium courses on my site - 🤍 👩‍💻 ✅ Subscribe and hit that 🔔 to get notified for all the latest tutorials! 📜 Text Tutorial: 🤍 Hi Everyone! I hope you are all staying safe! In this tutorial, we'll be covering the basics of building a gRPC Server and Client in Go! This is just a gentle introduction! if you would like to see more advanced videos on this topic then please let me know in the comments section below! Additional Reading: * A Fantastic Introduction Post that helped me out - 🤍 🤓 🤍 ‎💻 🤍 ❤️ 🤍

gRPC vs REST. Плюсы и минусы на примере реального проекта

5188
154
1
01:34:11
15.02.2022

🔥Промокод на скидку 15% на все курсы ITVDN - 4YOUTUBE Материалы вебинара - 🤍 На вебинаре мы рассмотрим технологию gRPC, которая применяется для осуществления сетевых запросов, а также сравним подходы к реализации gRPC-сервера и REST-сервера. В чем преимущества и недостатки первого подхода. На примере реального сервиса мы посмотрим, как может выглядеть серверное приложение и как с ним работать. План вебинара: gRPC 1.1.Общая информация 1.2.Откуда появился 1.3.Какие решает задачи 1.4.Преимущества 1.5.Недостатки REST 2.1.Краткая информация 2.2.Преимущества 2.3.Недостатки Сравнение gRPC vs REST Разбор кода Выводы

Golang gRPC | Build a Unary Service Method - Part 1

26820
623
32
00:29:47
09.07.2021

Use Protobuf and Golang to build a Unary gRPC service. In this video I introduce you to gRPC using the Go programming language. I walk you through the process of building a service definition using Protocol Buffers, and then implementing the client and server code for a gRPC User Management Service. PREREQUISITES QUICK START GUIDE: 🤍 GitHub Code: 🤍

Как написать первый клиент-сервер микросервис на C#

22865
554
17
00:39:28
15.09.2020

С чего начать при написании своего первого микросервиса? Какую технологию выбрать? Как сделать это легко и быстро? На эти и другие вопросы ответим в данном видео. Мы узнаем почему в трендах микросервисов находится gRPC, что это такое и зачем оно надо. Создадим с нуля наш первый микросервис и клиент для него. Всё это используя C# и возможности, которые предоставляет .NET. ГДЕ С НАМИ ПООБЩАТЬСЯ ⚡️Школа онлайн-образования: 🤍 ⚡️Telegram Loftblog: 🤍 ⚡️Telegram IT-обучение: 🤍 ⚡️Группа вконтакте: 🤍 Поставь лайк! Больше лайков - лучше выпуски :)

Георгий Набойченко, Тинькофф - Как мы gRPC в проект тащили

3322
82
7
00:34:01
05.08.2021

В это докладе Георгий расскажет, как они завозили gRPC в новый сервис: — Поделится почему его команда выбрала gRPC, proto3; — Разберет вместе с вами работу gRPC на сервере и клиенте; — Покажет, как реализовали gRPC в проекте (с выводами и best practice). Дайджесты, статьи и анонсы митапов: 🤍 Блог на Хабре: 🤍 Наши вакансии: 🤍 Подписаться на канал IT's Tinkoff: 🤍

Иван Патудин — gRPC и его реализация в .NET Core

5668
122
4
01:12:57
20.11.2020

Ближайшая конференция: DotNext 2022 Autumn — 3–4 ноября (Online), 20 ноября (Offline) Подробности и билеты: 🤍 — — gRPC — опенсорсный фреймворк для удаленного вызова процедур, который был доступен уже давно, но недавно Майкрософт интегрировал его в .NET Core, и он пришел на смену отжившему свое WCF. В этом докладе мы разберем какие у него могут быть юзкейсы и какие задачи он решает, сильные и слабые стороны, и посравниваем его с REST и с WCF. А также разберем, как он работает, какие интересные фичи предлагает, и как помогает в кроссплатформенной разработке.

Микросервисы для начинающих. gRPC - Remote Procedure Call

3140
113
4
01:07:05
06.09.2020

Попасть на стрим: 🤍 Мои контакты Discord: devsinglesly#4555

Что такое GRPC / Урок 29 / Тестировщик с нуля

6103
188
14
00:20:32
21.01.2023

⭐️ Хотите узнать от меня больше? Ознакомьтесь с этими ссылками: 1. Patreon - 🤍 2. Telegram — 🤍 3. Boosty — 🤍 4. VK — 🤍

Implementing a gRPC client and server in Typescript with Node

23249
471
18
00:03:50
08.08.2020

TypeScript brings many benefits to JavaScript. In this video, we will look at using gRPC to generate TypeScript files for interacting with a gRPC as a server or client. Setup this process can be fiddly, hopefully in this video will make it easier to understand. #grpc #nodejs #typescript Github Repo: 🤍 - Far Away by Declan DP 🤍 Licensing Agreement: 🤍 Free Download / Stream: 🤍 Music promoted by Audio Library 🤍

Александр Борисов — Перенимаем опыт Google в построении микросервисов с gRPC

27641
846
18
01:00:26
11.07.2018

Ближайшая конференция: JPoint 2023, 12–13 апреля (Online), 18–19 апреля (Offline) Подробности и билеты: 🤍 — — . . . . Микросервисная архитектура не обходится бесплатно, она значительно увеличивает количество удалённых вызовов. Это приводит к новым вызовам и проблемам при сетевом взаимодействии, потому выбор правильного фреймворка для удалённого вызова процедур (RPC) становится критичным. gRPC — это RPC-фреймворк нового поколения от Google, разработанный для улучшения производительности и решения сложностей сетевого взаимодействия при написании распределённых систем. В этом докладе мы изучим, как gRPC помогает построить реактивную микросервисную архитектуру. Мы разберём некоторые сложности, с которыми нам придётся столкнуться при написании распределённых систем, и посмотрим, как gRPC помогает решить их.

Введение в gRPC: пишем клиент на Go

10511
429
13
00:07:53
08.08.2019

Это продолжение первого ролика про gRPC и Go. Сегодня пишем клиента, который взаимодействует с сервером и выводит результат в консоль. Мой Twitter - 🤍 Канал в TG - 🤍 #golang #gopherschool

Building a gRPC Service in Golang: Unary RPC (Tutorial)

2309
57
9
00:15:28
03.03.2022

Welcome to this gRPC video using Golang, part of the series about API Technologies in System Design. In this episode I share with you how to implement a gPRC Service, specifically a Unary RPC. What is gRPC? gPRC is a modern, open source remote procedure call framework that can run anywhere. It enables client and server applications to communicate transparently, and makes it easier to build connected systems. It typically uses Protocol Buffers to describe both the service interface and the structure of the payload messages. Service kinds in gRPC There are four kinds of service methods: ■ Unary RPC: 🤍 ■ Server Streaming RPC: 🤍 ■ Client Streaming RPC: 🤍 ■ Bidirectional Streaming RPC: 🤍 Relevant links ■ Tutorial: System Design using gRPC with Golang: 🤍 ■ Software Architecture and System Design in Go/Golang: 🤍 ■ Learning Golang: Interface Types - Part 1: 🤍 ■ Learning Golang: Interface Types - Part 2: 🤍 ■ Example code: 🤍 All Go/Golang Playlists ■ Building Microservices in Go/Golang: 🤍 ■ Go/Golang Tools and Packages: 🤍 ■ Learning Concurrency Patterns in Go/Golang: 🤍 ■ Learning Go/Golang : 🤍 ■ Learning Relational Databases in Go/Golang: 🤍 ■ Testing in Go/Golang: 🤍 Socials ■ 🤍 ■ 🤍 ■ 🤍 00:00 Introduction to gRPC 00:57 Demo Starts! Installing requirements and required configuration 02:01 Implementing gRPC Service using Protocol Buffers 13:20 Using a gRPC client to talk to the gRPC server 15:12 Conclusion about Building a gRPC Service Unary RPC = Who am I? Hello👋🏼! I'm Mario, a Hands-on Software Architect and Lead Backend Engineer with more than 16 years of professional experience building all kinds of software including on-premise Industrial Automation Systems, Linux Accessibility Desktop and Browser Components as well as Distributed Advertising Microservices. Every week I will share with you different topics I've learned while working for small startups and large companies including the processes I've followed over the years for successfully delivering complex enterprise systems from start to end. Subscribe if you like Software Development, Software Architecture and System Design! Keep it up. Don't give up! #golang #grpc #systemdesign = Our Vlog Channel 🤍 = Affiliate links ■ Amazon Shop 🛒 🤍 ■ Technical/Non-technical Books - Recommended by Mario Carrion 📚 🤍 DISCLAIMER: Some of the links shared above are affiliate links. As a member of these affiliate programs, I earn a small commission from your purchases at no additional cost to you. Thank you in advance for your support!

Светослав Карасев — gRPC в iOS приложениях. REST in peace?

1429
34
6
01:11:16
15.12.2020

Ближайшая конференция: Mobius 2023 Spring — 12–13 мая (Online), 19-20 мая (Offline) Подробности и билеты: 🤍 — — . . . Почему REST — это не всегда ок? Зачем нашим предкам был нужен SOAP? Правда ли, что GraphQL только для JS-ников? Что лучше: JSON-RPC, Thrift или gRPC? Правда ли, что protobuf продлевает жизнь IT-проекту? Об этом всем и многом другом поговорим в этом докладе.

Балансировка Go сервисов на gRPC и их стабильность / Игорь Должиков

1087
22
0
00:47:51
30.06.2020

Приглашаем на GolandConf 2020 live! 14-17 октября 2020, онлайн по всему миру. Подробности и билеты 🤍 Календарь конференций - 🤍 Профессиональная конференция для Go‑разработчиков 🤍 🤍 Нашли ошибку в видео? Пишите нам на support🤍ontico.ru

FULL PROJECT - GO + GRPC

9266
340
34
01:39:33
11.12.2022

🎌🎌 Join this channel to get access to perks: 🤍 🚨 🚨 🚨 Subscribe so that you're notified when more GO / Rust / Solidity videos come out - 🤍 💥💥 Enroll In my Udemy Course - 🤍 👋👋👋 CONNECT with me ON LINKEDIN - 🤍 🚨🚨 40 Killer GO Projects - 🤍 🚨🚨 50 Killer RUST Projects - 🤍

10000 Messages in 2.18 seconds with Python and gRPC

28453
400
23
00:48:42
29.03.2019

GitHub - 🤍 Digital Ocean - 🤍 gRPC - 🤍 I used several servers from Digital Ocean in this video : 🤍 ($50 FREE Credit for 30 days) Alternatively, I also have a Hetzner Cloud coupon where you will receive €20 in FREE credits : 🤍 In this video I write a gRPC server, a client and a multi-process client using python. I manage to process 10000 messages from the gRPC clients on the gRPC server in 2.5 seconds. Actually, my best result was 10000 processed requests in 2.18 seconds. I then setup the gRPC server in Singapore, a multi-process gRPC client in Frankfurt, and a multi-process gRPC client in London and measure the speed again.

gRPC Client & Server Microservices Implementation Using Spring Boot

15970
260
54
01:17:29
18.01.2022

USE HEADPHONES FOR BETTER SOUND This video is hands-on implementation of gRPC client and server using spring boot, also all four service methods; unary, server streaming, client streaming, bi-directional has been covered. Connect with me on LinkedIn: 🤍 Code: 🤍 Other videos : AWS Cognito | Authentication(Signup, Confirmsignup, Login and many more.) using AWS CLI 🤍 AWS Kinesis | Complete implementation of producer and consumer lambda model for AWS kinesis in java - 🤍 Run and debug Java AWS Lambda locally using SAM CLI commands and Docker in IntelliJ Idea - 🤍 Deploy AWS Lambda source code to S3 bucket from IntelliJ IDEA | Invoke from Api gateway | Java - 🤍 Contact details: sarangkumar8056🤍gmail.com sarangdevproblems🤍gmail.com (+91)-8056232494 #gRPC #springboot #microservice

gRPC Server & Unary Calls | gRPC in .NET 5

21263
617
44
00:27:03
25.01.2021

Become a Patreon and get source code access: 🤍 Check out my courses: 🤍 Hello everybody I'm Nick and in this video series I will show you how you can get started with gRPC. gRPC is a fairly new technology that is taking the industry by storm and I am heavily invested personally so I'd like to take you to this learning journy with me. BloomRPC: 🤍 Don't forget to comment, like and subscribe :) Social Media: Follow me on GitHub: 🤍 Follow me on Twitter: 🤍 Connect on LinkedIn: 🤍 Timestamps Intro/Why gRPC? - 0:00 The gRPC Server template - 3:52 The .proto file - 5:40 The auto-generated code - 9:38 Calling the gRPC server - 11:12 Creating a Weather Service - 13:22 #dotnet #grpc

How to Start GRPC Server in Java

15795
180
8
00:03:15
12.05.2019

In this Video i have explained about starting grpc server in java at particular port. GRPC in Java tutorial for beginners 🤍

Server Streaming | gRPC in .NET 5

23334
456
23
00:11:54
30.01.2021

Become a Patreon and get source code access: 🤍 Check out my courses: 🤍 Hello everybody I'm Nick and in this video I will show you how you can implement Server Streaming using gRPC in .NET. Server streaming can be used for multiple reasons such as real time updates, analytics, weather data, location data etc. BloomRPC: 🤍 Don't forget to comment, like and subscribe :) Social Media: Follow me on GitHub: 🤍 Follow me on Twitter: 🤍 Connect on LinkedIn: 🤍 #dotnet #grpc #streaming

gRPC + HTTP + Golang = КОДОГЕНЕРАЦИЯ

12913
328
43
01:14:14
28.07.2022

Хочешь жить по-другому? Учись по-другому! Поступай в Институт iSpring и погружайся в карьеру с первого курса. Подробнее о программе обучения и правилах набора на сайте: 🤍 Фильм о команде и миссии Института iSpring: 🤍 РАЗБИРАЕМСЯ С #grpc И #golang #tutorial #api Репозитории с кодом: 🤍 🤍 Заходим и котрибьютим! Приятного просмотра! Telegram Канал: 🤍 Telegram Группа: 🤍 VK: 🤍 Дружественный Golang чат: 🤍 GitHub репозиторий: 🤍 Задачи для пулл реквестов: 🤍 Поддержи выход новых видео на Патреоне! 🤍 Часть 1: 🤍 Часть 2: 🤍 Часть 3: 🤍 Другие видео: Уроки по Golang. Advanced. REST API. Вебсервер. 🤍 Изучаем Python. Урок 1. Основы. Бонус: Пишем приложение на FastAPI 🤍 Изучаем Golang. Урок 1. Основы + веб-сервер в 3 строки в конце урока! 🤍 Разработка системы заметок на Python, Golang и микросервисы в 2021 году 🤍 Как стать разработчиком. Часть 1 🤍 Что такое микросервисы за 200 секунд 🤍 Что такое Apache Kafka за 200 секунд 🤍 Меня зовут Артур Карапетов и я занимаюсь всем, что связано с разработкой. Я создаю высоконагруженные информационные системы, стартапы, занимаюсь личным обучением людей в сфере разработки (программисты, аналитики, системные администраторы), также я помогаю компаниям и стартапам с обучением людей работать и повышением их квалификации. На этом канале я выкладываю ролики на интересующие меня темы, здесь можно найти серию роликов про создание информационной системы с нуля, а также можно найти серию уроков по языкам, которые я люблю. Добро пожаловать и приятного просмотра! #go #grpc #golang #tutorial #platform #production #development #howto #learnbasics #coding #programming #изучаемIT #программирование #разработка 0:00-0:10 интро 0:10-2:25 институт айтишников 2:25-48:45 gRPC Contracts 48:45-1:11:00 gRPC Server 1:11:00-1:15:31 Postman и gRPC

Intro to gRPC in C# - How To Get Started,

187772
3473
516
01:04:00
30.09.2019

There is a lot of buzz around gRPC right now. The biggest thing I hear is that it is confusing and people aren't sure when or how to use it. In this video, I am going to introduce gRPC in C#, show you how to set it up, and how to consume a gRPC service. We will also discuss when gRPC might be the right choice and when it probably isn't the right choice. Source Code: 🤍 Patreon (the $10 or more level gets you the gRPC Tips and Tricks handout): 🤍 Newsletter signup (with exclusive discounts, giveaways, and more): 🤍 0:00 - Intro 2:31 - Creating Demo gRPC app 4:13 - RPC app template overview 17:48 - Creating gRPC Client console app 28:59 - Custom gRPC Service 45:23 - Updating gRPC Service: streaming multiple data sets to client 58:26 - When to use gRPC, summary and concluding remarks Thanks to Ralfs HBK for the chapters breakdown

Пишем простой консольный чат с использованием gRPC (Bidirectional Streaming) - @ainr_dev

530
28
4
00:11:37
26.02.2023

Если в процессе изучения gRPC хотите попрактиковаться с Bidirectional Streaming (двунаправленная потоковая передача данных), c запросами в рамках одного соединения, инициированием событий со стороны сервера, то создание простого консольного чата может быть отличным способом. Чем мы и займемся в этом видеоролике. Текстовая версия: - На хабре - 🤍 - В моем блоге - 🤍 Фоновая музыка - Bored (Prod. by Lukrembo) - 🤍 Инстаграм - 🤍 Github - 🤍 ❤️ Поддержка канала: Бусти - 🤍 Таймкоды: 00:00 - Введение 00:40 - Что такое gRPC? 01:29 - Механизм работы чата 03:10 - Приступаем к реализации 03:45 - Proto 04:25 - Реализация сервера 06:10 - Реализация клиента 09:44 - Сборка и запуск 10:05 - Заключение #itubeteam #scala #grpc

Creating your gRPC w/ Protobuf Server in Node/Typescript! (Part 1, Intro)

11535
242
21
00:27:43
02.06.2021

Hello viewers! Welcome back to my channel! We are going to be creating our first gRPC server in node/typescript. gRPC is a super performant mechanism that allows communication through protocol buffers? Don't know what that means? Stick around! * Link to Code * 🤍 Links Business Website: tdotcode.com Donate: 🤍 Github: tdotcode.com/github

This is why gRPC was invented

85782
2005
96
00:09:03
31.03.2020

In this video I discuss the reasoning and all the problems and limitations that lead to the invention of gRPC. 🏭 Software Architecture Videos 🤍 💾 Database Engineering Videos 🤍 🛰 Network Engineering Videos 🤍 🏰 Load Balancing and Proxies Videos 🤍 🐘 Postgres Videos 🤍 🚢Docker 🤍 🧮 Programming Pattern Videos 🤍 🛡 Web Security Videos 🤍 🦠 HTTP Videos 🤍 🐍 Python Videos 🤍 🔆 Javascript Videos 🤍 👾Discord Server 🤍 Support me on PayPal 🤍 Become a Patreon 🤍 Stay Awesome, Hussein

Назад
Что ищут прямо сейчас на
gRPC сервер frp xiaomi pocophone f1 app cg vocal pack free download phonk mix deep house sample packs free download zip 얼티 mod bussid bumel rela sumber alam livery bussid ORI Kemayoran mod dan livery idea sms pack reacharge enhance voice in premiere pro yukee chen 优美 접신 WolfDen CallMe SMARSFan 火山 UAD Plugins