Coder Social home page Coder Social logo

withyellow / trpc Goto Github PK

View Code? Open in Web Editor NEW

This project forked from trpc/trpc

0.0 0.0 0.0 19.54 MB

πŸ§™β€β™€οΈ Move Fast and Break Nothing. End-to-end typesafe APIs made easy.

Home Page: https://tRPC.io

License: MIT License

JavaScript 1.70% TypeScript 86.40% CSS 1.40% MDX 10.50%

trpc's Introduction

tRPC

tRPC

Move fast and break nothing.
End-to-end typesafe APIs made easy.

codecov MIT License Discord
Twitter

Demo

The client above is not importing any code from the server, only its type declarations.


Intro

tRPC allows you to easily build & consume fully typesafe APIs without schemas or code generation.

Features

  • βœ…Β  Well-tested and production ready.
  • πŸ§™β€β™‚οΈΒ  Full static typesafety & autocompletion on the client, for inputs, outputs, and errors.
  • 🐎  Snappy DX - No code generation, run-time bloat, or build pipeline.
  • πŸƒΒ  Light - tRPC has zero deps and a tiny client-side footprint.
  • 🐻  Easy to add to your existing brownfield project.
  • πŸ”‹Β  Batteries included - React.js/Next.js/Express.js/Fastify adapters. (But tRPC is not tied to React, and there are many community adapters for other libraries)
  • πŸ₯ƒΒ  Subscriptions support.
  • ⚑️  Request batching - requests made at the same time can be automatically combined into one
  • πŸ‘€Β  Quite a few examples in the ./examples-folder

Quickstart

There are a few examples that you can use for playing out with tRPC or bootstrapping your new project. For example, if you want a Next.js app, you can use the full-stack Next.js example:

Quick start with a full-stack Next.js example:

# yarn
yarn create next-app --example https://github.com/trpc/trpc --example-path examples/next-prisma-starter trpc-prisma-starter

# npm
npx create-next-app --example https://github.com/trpc/trpc --example-path examples/next-prisma-starter trpc-prisma-starter

# pnpm
pnpm create next-app --example https://github.com/trpc/trpc --example-path examples/next-prisma-starter trpc-prisma-starter

# bun
bunx create-next-app --example https://github.com/trpc/trpc --example-path examples/next-prisma-starter trpc-prisma-starter

πŸ‘‰ See full documentation on tRPC.io. πŸ‘ˆ

Star History

Star History Chart

Core Team

Do you want to contribute? First, read the Contributing Guidelines before opening an issue or PR so you understand the branching strategy and local development environment. If you need any more guidance or want to ask more questions, feel free to write to us on Discord!


Alex / KATT
πŸ‘‹ Hi, I'm Alex and I am the creator of tRPC, don't hesitate to contact me on Twitter or email if you are curious about tRPC in any way.

Project leads

The people who lead the API-design decisions and have the most active role in the development


Sachin Raja

Julius Marminge

Alex / KATT

Active contributors

People who actively help out improving the codebase by making PRs and reviewing code


Nick Lucas

Kamil OgΓ³rek

Flo

Special shout-outs


Chris Bautista

Theo Browne
Ahmed%20Elsakaan
Ahmed Elsakaan

James Berry

Sponsors

If you enjoy working with tRPC and want to support me consider giving a token appreciation by GitHub Sponsors!

Also, if your company using tRPC and want to support long-term maintenance of tRPC, have a look at the sponsorship tiers or get in touch to discuss potential partnerships.

πŸ₯‡ Gold Sponsors

Cal.com,%20Inc.
Cal.com, Inc.
Tola
Tola

πŸ₯ˆ Silver Sponsors

Flightcontrol
Flightcontrol
Jason%20Docton
Jason Docton

πŸ₯‰ Bronze Sponsors

Echobind
Echobind
Dr.%20B
Dr. B
Flylance
Flylance

😻 Smaller Backers

Ahoy%20Labs
Ahoy Labs
Brooke
Brooke
Max%20Greenwald
Max Greenwald
Faraz%20Patankar
Faraz Patankar
PatrickJS
PatrickJS
Adam%20Slaker
Adam Slaker
Dmitry%20Maykov
Dmitry Maykov
Chris%20Bradley
Chris Bradley
Ahmed%20Elsakaan
Ahmed Elsakaan
Tom%20Ballinger
Tom Ballinger
Hampus%20Kraft
Hampus Kraft
Daniel%20Yogel
Daniel Yogel
Illarion%20Koperski
Illarion Koperski
SchlagerKhan
SchlagerKhan
Jared%20Wyce
Jared Wyce
Francis%20Provost
Francis Provost
fanvue
fanvue
Wyatt%20Schulte
Wyatt Schulte
Andrew%20Brown
Andrew Brown
Jonas%20Strassel
Jonas Strassel
Ascent%20Factory
Ascent Factory
Jordy
Jordy
Ilko%20Kacharov
Ilko Kacharov
Daniel%20Burger
Daniel Burger
John%20Shahawy
John Shahawy
%C5%A0imon%20Prokopec
Ε imon Prokopec
Scale%20Leap
Scale Leap
Drew%20Powers
Drew Powers
Armand%20SALLE
Armand SALLE
A%20Local%20Cart
A Local Cart
Drizzle%20Team
Drizzle Team
Jesse%20De%20Lira
Jesse De Lira

All contributors ✨

tRPC is developed by KATT, originally based on a proof-of-concept by colinhacks.

A table of avatars from the project's contributors


Powered by Vercel

trpc's People

Contributors

allcontributors[bot] avatar amirhhashemi avatar anthonyshew avatar bautistaaa avatar bennettdams avatar c-ehrlich avatar colelawrence avatar colinhacks avatar dependabot[bot] avatar iduuck avatar ixahmedxi avatar jgoux avatar jlalmes avatar jonparton avatar joshuakgoldberg avatar juliusmarminge avatar jussisaurio avatar kamilogorek avatar katt avatar mmkal avatar neo773 avatar nick-lucas avatar nilskj avatar quiibz avatar renovate[bot] avatar rhenriquez28 avatar sachinraja avatar sheraff avatar sun0day avatar thecuvii avatar

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.