TypeScript bigint

Open-source TypeScript projects categorized as bigint

Top 4 TypeScript bigint Projects

  • protobuf-ts

    Protobuf and RPC for TypeScript

  • Project mention: tRPC – Move Fast and Break Nothing. End-to-end typesafe APIs made easy | news.ycombinator.com | 2023-08-12

    DX for front or back end? The beauty of tRPC is that the types are derived/inferred from the backend runtime code (like, as you type). It would be nigh impossible to do that with grpc(-web) using proto files as the source of truth.

    It's possible there's a project out there which could automatically produce proto files from something like zod, json-schema, etc. which could be directly interpreted by TS to provide similar (as you type) DX while still allowing some other language backend to consume the derived proto files (though the DX there would be less than ideal).

    If you're just looking for similar TS clients/interfaces for grpc-web then I'd recommend https://github.com/timostamm/protobuf-ts which operates on plain JS objects (no new MyMessage().serialize(), instead the code generator mostly produces TS interfaces for you to work against: const myMessage: MyMessage = pojoConformingToInterface; const binary = MyMessage.toBinary(myMessage);)

  • structurae

    Data structures for high-performance JavaScript applications.

  • Project mention: Structurae – data structures for high-performance JavaScript applications | news.ycombinator.com | 2023-07-04
  • 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
  • money-fns

    Zero-dependency Money library (BigInt, Typescript and FP-oriented).

  • Project mention: Money-fns: Type-safe and FP JavaScript Money library | news.ycombinator.com | 2023-08-20
  • jsbi-calculator

    JSBI-Calculator is an IE11-compatible calculator utility to perform arbitrary (up to 18 decimals) arithmetic computation, with the help of JSBI-based BigDecimal.

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

TypeScript bigint related posts

  • How to Implement and Deploy a Smart Contract Event Listener with AWS CDK

    5 projects | dev.to | 19 Nov 2023
  • 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
  • Connect-Web: ergonomic Protobuf & gRPC for browsers

    3 projects | /r/typescript | 4 Aug 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
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 1 May 2024
    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. Learn more →

Index

What are some of the best open-source bigint projects in TypeScript? This list will help you:

Project Stars
1 protobuf-ts 948
2 structurae 679
3 money-fns 15
4 jsbi-calculator 9

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com