chai2010

Results 97 comments of chai2010

token service: ```proto service TokenManager { // Must implement! // // get access_token with client_credentials or password // // Ref: // - https://www.digitalocean.com/community/tutorials/an-introduction-to-oauth-2 // - https://alexbilbie.com/guide-to-oauth-2-grants/ // - https://tools.ietf.org/html/rfc6749#section-4.4 //...

account manager api: ```proto message User { google.protobuf.StringValue user_id = 1; google.protobuf.StringValue user_name = 2; google.protobuf.StringValue user_email = 3; google.protobuf.StringValue role = 4; // default is user } message Group...

The OpenPitrix use grpc-gateway to generate rest service, and the rest api is defined in [protobuf file](https://github.com/openpitrix/openpitrix/blob/master/api/app.proto#L205): ```protobuf service AppManager { rpc CreateApp (CreateAppRequest) returns (CreateAppResponse) { option (grpc.gateway.protoc_gen_swagger.options.openapiv2_operation) =...

reXscript woolang CovScript

为了避免项目过多,每个人和公司收录不超过1个项目

ping @avelino - NES emulator: https://wa-lang.org/nes/ - https://github.com/wa-lang/nes - WebGPU Demo (Only support PC/Chrome): https://wa-lang.org/webgpu/ - https://github.com/wa-lang/webgpu ![](https://wa-lang.org/st0036-01.png) ![](https://wa-lang.org/st0036-02.png) Wa talk on KCD(Chinese): https://wa-lang.org/smalltalk/st0036.html

请问代码仓库在哪里?这里主要收录的是开源的国产语言