From the course: Beginner's Guide to Go Protocol Buffer

Unlock the full course today

Join today to access over 24,700 courses taught by industry experts.

Challenge 3

Challenge 3

(bright music) - [Instructor] Okay, I've shown you how to create a GRPC server and client in TypeScript. I want you to try creating both. For the server, you will create one for the product service, and it can be created in the source product directory. For the client, you will need to create two, one for the product server and one for the customer server. Remember that we created the customer GRPC server in go in the previous challenge. Both client files can be created in the source directory. Good luck.

Contents