Skip to content
#

grpc-web

Here are 173 public repositories matching this topic...

mpx2m
mpx2m commented Jan 21, 2022

If there is proto like this:

syntax = "proto3";
package proto.v1;

service TestService {
    rpc Login (LoginRequest) returns (LoginResponse);
}

message LoginRequest {
    string name = 1;
    string password = 2;
    string phone = 3;
    string email = 4;
    string verification_code = 5;
    string card_no = 6;
    string reader = 7;
    string credential = 8;
    st
enhancement help wanted good first issue nestjs

ADempiere-Vue is a new UI for ADempiere ERP, CRM & SCM. It is based on Vue and uses the UI Toolkit element-ui. It is a great UI for ADempiere ERP, CRM & SCM, based on the newest development stack of Vue, built-in i18n solution, typical templates for enterprise applications, lots of awesome features. This project was forked from Vue-Element-Admin originally write by PanJiaChen / 花裤衩 over MIT license and was changed to GNU/GPL v3 by Yamel Senih after forked granted by PanJiaChen / 花裤衩 on the issue "Extend as GNU/Gpl v3 License #1434".

  • Updated Jul 8, 2022
  • JavaScript

Improve this page

Add a description, image, and links to the grpc-web topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the grpc-web topic, visit your repo's landing page and select "manage topics."

Learn more