Giter Site home page Giter Site logo

xizon / grpc-getting-started Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 1.0 11.45 MB

Demonstration of the use of gRPC and front-end.

Home Page: http://localhost:10005

License: MIT License

JavaScript 95.21% Shell 0.60% Dockerfile 2.21% HTML 1.98%
grpc grpc-web envoy envoyproxy

grpc-getting-started's Introduction

gRPC Getting Started

Demonstration of the use of gRPC and front-end.

quick overview

(Ⅰ) Original tutorial (simple)

(Ⅱ) How to use this repository

Step 1: Run the Envoy proxy.

The envoy.yaml file configures Envoy to listen to browser requests at port 12345, and forward them to port 9090.

$ npm run proxy

Step 2: User Interaction Test

  • the NodeJS gRPC Service (port 9090)
  • the webpack server (port 10005)

run following command to test:

$ npm run start

When these are all ready, you can open a browser tab and navigate to http://localhost:10005

Step 3: (optional) Build proto files and client files

a) Run the following command to compile the .proto file and generate a .js file we can recognize.

$ npm run build:protos

b) Create client file

It will generate a js file dist/client-main.js and a html file dist/index.html

$ npm run build:client

(Ⅲ) Create a API file

This file is to call with <script>, which is used as the interface of gRPC API.

Execute the build command below, it will generate a js file dist-api/api-main.js and a html file dist-api/index.html

$ npm run build:api-prod

or

$ npm run build:api-dev

Next, Use api-main.js to call the interface and run following command:

$ npm run proxy
$ npm run test:api

Visit http://localhost:4002 to test, it will output in the console: "Hello: string 1 string 2"

Licensing

Licensed under the MIT.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.