Marble.js VS TypeGraphQL

Compare Marble.js vs TypeGraphQL and see what are their differences.

Marble.js

Marble.js - functional reactive Node.js framework for building server-side applications, based on TypeScript and RxJS. (by marblejs)
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
Marble.js TypeGraphQL
4 32
2,139 8,064
-0.2% 0.2%
0.0 7.8
about 1 year ago 14 days ago
TypeScript TypeScript
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.

Marble.js

Posts with mentions or reviews of Marble.js. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-11-16.

TypeGraphQL

Posts with mentions or reviews of TypeGraphQL. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-10-22.
  • Starting the Console front-end for Rainbow Platform
    6 projects | dev.to | 22 Oct 2024
    Take GraphQL as an example—REST APIs have a similar challenge, often using something like OpenAPI as the "schema." If you want your code to be the source of truth, you can use something like TypeGraphQL, which generates the GraphQL schema based on decorators in your classes. On the other hand, you can use the reference GraphQL server implementation (graphql-js) with raw Schema Definition Files as your contract—then generate TypeScript types using something like GraphQL Codegen.
  • Why, after 6 years, I'm over GraphQL
    17 projects | news.ycombinator.com | 30 May 2024
    All good points! We built Yates (https://github.com/cerebruminc/yates) to solve the authz problem.

    Yates implements Postgres RLS on top of Prisma, which we use as our ORM, and then our GraphQL schema is generated using TypeGraphQL (https://typegraphql.com/). Overall, it's a very nice setup and allows us to be versatile on the client side while still having strong authentication integrity.

  • Cerbos + GraphQL: Do not reinvent user permissions
    3 projects | /r/graphql | 5 May 2023
    In this tutorial, we're building a simple application which uses Cerbos inside of a GraphQL server. The server is written in typescript and uses type-graphql to create the schema and resolvers, and TypeDI to handle dependency injection.
  • Using modern decorators in TypeScript
    4 projects | dev.to | 2 May 2023
    Using decorators required setting an --experimentalDecorators experimental compiler flag. Several popular TypeScript libraries, such as type-graphql and inversify, rely on this implementation.
  • help wanted: Typescript GraphQL Types Response
    6 projects | /r/graphql | 28 Jan 2023
  • Build a Next App with a full GraphQL API using just a JSON or CSV file
    3 projects | dev.to | 24 Jan 2023
    TypeGraphQL
  • What to use with Apollo Server v4 to achieve type-safety?
    3 projects | /r/graphql | 19 Dec 2022
    Have you tried TypeGraphQL v2 (it's in beta). Some in this thread have reported success with it.
  • Apollo Server v4 Breaking Changes. Time to move away?
    4 projects | dev.to | 3 Dec 2022
    When moving away from Apollo Server, and you're looking for a replacement built with JavaScript or TypeScript, let me give you some options. If you want to keep building your GraphQL API schema first, you might want to consider Mercurius (which relies on Fastify) or GraphQL Yoga. If you're going to build your GraphQL API code or resolver first, have a look at TypeGraphQL or Nexus. Alternatively, there are great GraphQL-as-a-Service solutions such as StepZen in case you no longer want to build, maintain and host your own GraphQL API.
  • A journey towards a type-safe GraphQL API server
    4 projects | dev.to | 2 Dec 2022
    There are two main approaches to keeping the types of the GraphQL schema and entities in business logic in sync. You can generate the schema based on your TypeScript code (e.g. TypeGraphQL), or you can generate types based on your schema (e.g. GraphQL Code Generator). We opted for the latter since it slotted right into our existing GraphQL server implementation using Apollo Server.
  • Do you use a tool for generating your GraphQL schema, or do you write it as part of your development process?
    2 projects | /r/graphql | 14 Oct 2022
    I've used tools (e.g. TypeGraphQL) in the past, and for smaller schemas I've just manually written the schema.

What are some alternatives?

When comparing Marble.js and TypeGraphQL you can also consider the following projects:

Nest - A progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applications with TypeScript/JavaScript 🚀

graphql-code-generator - A tool for generating code based on a GraphQL schema and GraphQL operations (query/mutation/subscription), with flexible support for custom plugins.

bombardier - Fast cross-platform HTTP benchmarking tool written in Go

Neo4j - Graphs for Everyone

fastify - Fast and low overhead web framework, for Node.js

nexus - Code-First, Type-Safe, GraphQL Schema Construction

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured

Did you know that TypeScript is
the 1st most popular programming language
based on number of references?