trpc
Nest
trpc | Nest | |
---|---|---|
37 | 346 | |
35,202 | 68,292 | |
1.1% | 1.2% | |
9.7 | 9.9 | |
4 days ago | 2 days ago | |
TypeScript | TypeScript | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
trpc
- tRPC: Move Fast and Break Nothing. End-to-end typesafe APIs made easy
-
【TypeScript】Displaying ChatGPT-like Streaming Responses with trpc in React
pnpx create-next-app --example https://github.com/trpc/trpc --example-path examples/next-prisma-starter trpc-prisma-starter
-
Key differences between GraphQL and RESTful API
RESTful API: RESTful API does not have machine-readable metadata cacheable, and query validation is not available.(There are some libraraies tried to solve this issue like TRPC)
-
Implementing Authorization with Clerk in a tRPC app running on a Cloudflare Worker
tRPC + Cloudflare Workers Example
- how to improve UX of checking changes in ONE file though git history
-
trpc + nextjs app dir + fetchRequestHandler
Hi I'm working with trpc + nextjs app dir (unsupported by trpc currently) and trpc context
-
TRPC invalidation app directory
I'm using TRPC with Next13 App directory and I can't manage to invalidate queries. Seing from their example there is a way to do it https://github.com/trpc/trpc/blob/96956e790e6862bcc6dcc4622edc8e48da0adbcb/examples/.experimental/next-app-dir/src/app/post-example/page.tsx
-
tRPC – Move Fast and Break Nothing. End-to-end typesafe APIs made easy
It is. But RSC make many library authors and maintainers question whether their library is still needed in a RSC world and if so how they can support it. Same story with tRPC https://github.com/trpc/trpc/issues/3297
-
trpc VS prim-rpc - a user suggested alternative
2 projects | 23 Jul 2023
-
T3\tRPC - How do you change the cache?
Also, while trying to debug this, and this is way outside my league but I noticed this: Is there possibly an error in the Updater TS-definitions in https://github.com/trpc/trpc/blob/main/packages/react-query/src/shared/proxy/utilsProxy.ts at lines 155+156 & 167+168 because they are duplicate-lines and seems to be where my issues are coming from.
Nest
-
How to level up your backend skills
Framework updates from NestJS, Deno, and Laravel.
-
Integrating an external file server https://min.io into a full-stack application on NestJS and Angular
https://nestjs.com - the official website of the framework
-
Social connect full-stack app using NestJs, Next.js, Prisma & Next-Auth
NestJs
- NestJS: A Progressive Node.js Framework
-
Why you should learn TypeScript and ditch JavaScript? TypeScript vs JavaScript
You'll never be able to learn Angular, as it forces you to write only TS code, the same case with the loopback 4. NestJS primary language is TypeScritpt and they also provide support for JavaScript. Following are the words of NestJs
-
What's New in F# 9
I mean, this really depends on what you're looking at.
Here's a sample from the MongoDB client: https://github.com/mongodb/node-mongodb-native/blob/main/src...
Here's a sample from Storybook: https://github.com/storybookjs/storybook/blob/next/code/core...
Here's a sample from Prisma: https://github.com/prisma/prisma/blob/main/packages/client/s...
Here's a sample from Cal.com: https://github.com/calcom/cal.com/blob/main/packages/core/Ev...
It's rather the specific use case that determines the style of the code that's written. In the examples above, there's no need for the teams to choose JavaScript classes and inheritance to model the logic, yet it likely better fits the programming model of those modules.
Look at Nest.js as well: https://github.com/nestjs/nest/blob/master/packages/core/rou...
The whole codebase of Nest.js looks an aweful lot like Spring or ASP.NET (controller syntax) probably because there's a lot of crossover in terms of what APIs need at scale.
It just so happens that most use cases for C# and Java favor applications at a larger scale. Another key difference being object scope and lifecycles -- something that rarely comes into play in the generally single-threaded Node runtime. This being one of the key reasons why dependency injection is a thing in C# and Java land.
-
TypeScript vs Go: Choosing Your Backend Language
Nest.js: A comprehensive framework for building large-scale applications. Its core follows the MVC pattern and makes heavy use of decorators.
-
Node.js Frameworks Roundup 2024 — Elysia / Hono / Nest / Encore — Which should you pick?
The frameworks we will be looking at are: Nest, Elysia, Encore.ts and Hono.
-
NestJS vs Encore.ts: Choosing the Right Framework for Your TypeScript Microservices
To do this effectively, it’s often helpful to use a microservice framework. But choosing the right framework that natively supports microservices can be challenging. In this article, we are going to take a look at Encore.ts and Nest.js as the two relevant alternatives, since they both natively support microservices architectures and TypeScript.
-
Creating a user interface for the Webhook module using Angular
https://nestjs.com - the official website of the framework https://nestjs-mod.com - the official website of additional utilities https://fullstack.nestjs-mod.com - website from the post https://github.com/nestjs-mod/nestjs-mod-fullstack - the project from the post https://github.com/nestjs-mod/nestjs-mod-fullstack/compare/ec8de9d574a6dbcef3c3339e876ce156a3974aae..414980df21e585cb798e1ff756300c4547e68a42 - current changes https://github.com/nestjs-mod/nestjs-mod-fullstack/actions/runs/11523894922/artifacts/2105784301 - video of the tests
What are some alternatives?
domain-functions - Decouple your business logic from your framework. With first-class type inference from end to end. [Moved to: https://github.com/seasonedcc/domain-functions]
SailsJS - Realtime MVC Framework for Node.js
graphql-zeus - GraphQL client and GraphQL code generator with GraphQL autocomplete library generation ⚡⚡⚡ for browser,nodejs and react native ( apollo compatible )
Koa - Expressive middleware for node.js using ES2017 async functions
denodb - MySQL, SQLite, MariaDB, PostgreSQL and MongoDB ORM for Deno
loopback-next - LoopBack makes it easy to build modern API applications that require complex integrations.
MySQL - A pure node.js JavaScript Client implementing the MySQL protocol.
feathers - The API and real-time application framework
strapi-mongo-next - NextJs frontend, Strapi backend API, and MongoDb. A full-stack sample business website styled with the latest Material-Ui.
Moleculer - :rocket: Progressive microservices framework for Node.js
react-query-helper - A helper library to use react-query more efficient, consistency
Ts.ED - :triangular_ruler: Ts.ED is a Node.js and TypeScript framework on top of Express to write your application with TypeScript (or ES6). It provides a lot of decorators and guideline to make your code more readable and less error-prone. ⭐️ Star to support our work!