Connect-Web: ergonomic Protobuf & gRPC for browsers

This page summarizes the projects mentioned and recommended in the original post on /r/typescript

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • grpc-web

    gRPC for Web Clients

  • The thing that made grpc-web unusable for any serious project is that it adds ~50KB (compressed) of extra dependencies because the generated protos needlessly pull in "google-protobuf" and "buffer" deps. It's irrelevant when used on the server, but crippling for the browser. There's a whole long issue about this with no solution: https://github.com/grpc/grpc-web/issues/270 Are you telling me that you managed to solve this issue? It would be a game changer and I'll start rewriting me work's codebase with it next week if true.

  • protobuf-ts

    Protobuf and RPC for TypeScript

  • I'd recommend looking into protobuf-ts (Timo from Buf) or protobuf-es (Buf maintained).

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • protobuf-es

    Protocol Buffers for ECMAScript. The only JavaScript Protobuf library that is fully-compliant with Protobuf conformance tests.

  • I'd recommend looking into protobuf-ts (Timo from Buf) or protobuf-es (Buf maintained).

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Error using JWT Authentication using GRPC Web in .net 7; postman works - typescript client does not authorize

    1 project | /r/csharp | 28 Apr 2023
  • Building a real-time bidding system with Socket.io and React Native

    1 project | /r/javascript | 15 Nov 2022
  • Rust GRPC

    1 project | /r/rust | 25 Jul 2022
  • Show HN: Pbkit – Protobuf toolkit written in Deno/TypeScript

    4 projects | news.ycombinator.com | 5 Apr 2022
  • protobuf-ts: A sane Protobuf implementation, which generate only .ts files, for both grpc-node & grpc-web

    1 project | /r/typescript | 26 Dec 2020